diff options
author | mistic100 <mistic@piwigo.org> | 2011-10-17 17:25:50 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2011-10-17 17:25:50 +0000 |
commit | 68d79989cbb989cea8747e46d8a71d6fc7f6f9dd (patch) | |
tree | 24e8db19becd3ccbb4e557f00a169fc177079513 /themes | |
parent | 216cccdac4241d4b398334745c06e04bdf762d62 (diff) |
Merged r12470 from trunk: bug:2476 Increase the maximum display of thumbnails, now limited to 3 digits (999 thumbnails)
git-svn-id: http://piwigo.org/svn/branches/2.3@12471 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes')
-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"> |