diff options
author | mistic100 <mistic@piwigo.org> | 2011-10-17 17:23:11 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2011-10-17 17:23:11 +0000 |
commit | ad2f001097a8b80f9a7dd5c6e293ef6e7fe05b43 (patch) | |
tree | ce8b8a4bb8fd96c62e9b4e3d87efdf2e2844c1ad /admin/themes/default/template/profile_content.tpl | |
parent | 1b33ff1ce30152f7de196218bf78f44decaa811d (diff) |
bug:2476 Increase the maximum display of thumbnails, now limited to 3 digits (999 thumbnails)
git-svn-id: http://piwigo.org/svn/trunk@12470 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/template/profile_content.tpl')
-rw-r--r-- | admin/themes/default/template/profile_content.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/template/profile_content.tpl b/admin/themes/default/template/profile_content.tpl index e7c209222..5109b84c8 100644 --- a/admin/themes/default/template/profile_content.tpl +++ b/admin/themes/default/template/profile_content.tpl @@ -47,7 +47,7 @@ <span class="property"> <label for="nb_image_page">{'Number of photos per page'|@translate}</label> </span> - <input type="text" size="3" maxlength="2" name="nb_image_page" id="nb_image_page" value="{$NB_IMAGE_PAGE}"> + <input type="text" size="4" maxlength="3" name="nb_image_page" id="nb_image_page" value="{$NB_IMAGE_PAGE}"> </li> {if not $SPECIAL_USER} <li> |