diff options
author | patdenice <patdenice@piwigo.org> | 2012-02-18 20:26:52 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2012-02-18 20:26:52 +0000 |
commit | 26ed60c972da7e18325c35a62e72025d1a70fbf1 (patch) | |
tree | dbbd725d4b44402ec9c4b1b149db52c4fe886173 /themes/smartpocket/template/profile_content.tpl | |
parent | 4b696df2dad09a333ee41705e2236fb0d986e0c1 (diff) |
feature:2577
Many improvements
git-svn-id: http://piwigo.org/svn/trunk@13234 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/smartpocket/template/profile_content.tpl')
-rw-r--r-- | themes/smartpocket/template/profile_content.tpl | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/themes/smartpocket/template/profile_content.tpl b/themes/smartpocket/template/profile_content.tpl index 6c9cb5064..2b6604fa1 100644 --- a/themes/smartpocket/template/profile_content.tpl +++ b/themes/smartpocket/template/profile_content.tpl @@ -1,4 +1,3 @@ - <form method="post" name="profile" action="{$F_ACTION}" id="profile" class="properties"> <div data-role="fieldcontain"> @@ -30,6 +29,11 @@ {if $ALLOW_USER_CUSTOMIZATION} <div data-role="fieldcontain"> + <label for="nb_image_page">{'Number of photos per page'|@translate}</label> + <input type="range" name="nb_image_page" id="nb_image_page" value="{$NB_IMAGE_PAGE}" min="1" max="100" /> + </div> + + <div data-role="fieldcontain"> <label for="language">{'Language'|@translate}</label> {html_options name=language options=$language_options selected=$language_selection} </div> @@ -38,7 +42,6 @@ <div data-role="fieldcontain"> {if $ALLOW_USER_CUSTOMIZATION} - <input type="hidden" name="nb_image_page" value="{$NB_IMAGE_PAGE}"> <input type="hidden" name="theme" value="{$template_selection}"> <input type="hidden" name="recent_period" value="{$RECENT_PERIOD}"> <input type="hidden" name="expand" value="{$EXPAND}"> |