Show
Ignore:
Timestamp:
02/18/12 21:26:52 (15 months ago)
Author:
patdenice
Message:

feature:2577
Many improvements

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/themes/smartpocket/template/profile_content.tpl

    r13182 r13234  
    1  
    21<form method="post" name="profile" action="{$F_ACTION}" id="profile" class="properties"> 
    32 
     
    3130{if $ALLOW_USER_CUSTOMIZATION} 
    3231  <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"> 
    3337  <label for="language">{'Language'|@translate}</label> 
    3438  {html_options name=language options=$language_options selected=$language_selection} 
     
    3943  <div data-role="fieldcontain"> 
    4044    {if $ALLOW_USER_CUSTOMIZATION} 
    41     <input type="hidden" name="nb_image_page" value="{$NB_IMAGE_PAGE}"> 
    4245    <input type="hidden" name="theme" value="{$template_selection}"> 
    4346    <input type="hidden" name="recent_period" value="{$RECENT_PERIOD}">