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 /themes/default | |
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 'themes/default')
-rw-r--r-- | themes/default/template/profile_content.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/template/profile_content.tpl b/themes/default/template/profile_content.tpl index e43dcde8a..f9f7b8530 100644 --- a/themes/default/template/profile_content.tpl +++ b/themes/default/template/profile_content.tpl @@ -48,7 +48,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> <li> <span class="property"> |