Changeset 13234 for trunk/themes/smartpocket/template/profile_content.tpl
- Timestamp:
- Feb 18, 2012, 9:26:52 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/themes/smartpocket/template/profile_content.tpl
r13182 r13234 1 2 1 <form method="post" name="profile" action="{$F_ACTION}" id="profile" class="properties"> 3 2 … … 31 30 {if $ALLOW_USER_CUSTOMIZATION} 32 31 <div data-role="fieldcontain"> 32 <label for="nb_image_page">{'Number of photos per page'|@translate}</label> 33 <input type="range" name="nb_image_page" id="nb_image_page" value="{$NB_IMAGE_PAGE}" min="1" max="100" /> 34 </div> 35 36 <div data-role="fieldcontain"> 33 37 <label for="language">{'Language'|@translate}</label> 34 38 {html_options name=language options=$language_options selected=$language_selection} … … 39 43 <div data-role="fieldcontain"> 40 44 {if $ALLOW_USER_CUSTOMIZATION} 41 <input type="hidden" name="nb_image_page" value="{$NB_IMAGE_PAGE}">42 45 <input type="hidden" name="theme" value="{$template_selection}"> 43 46 <input type="hidden" name="recent_period" value="{$RECENT_PERIOD}">
Note: See TracChangeset
for help on using the changeset viewer.