aboutsummaryrefslogtreecommitdiffstats
path: root/themes/smartpocket/template/profile_content.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'themes/smartpocket/template/profile_content.tpl')
-rw-r--r--themes/smartpocket/template/profile_content.tpl7
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}">