diff options
author | mistic100 <mistic@piwigo.org> | 2012-09-23 11:19:26 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2012-09-23 11:19:26 +0000 |
commit | 4e65d9af4667f3d8556522843f776f1fa074ea21 (patch) | |
tree | ea39e514f64b1cea7cd8df375eae4f1fc38e3682 /admin/themes/default/template/configuration.tpl | |
parent | 7e33b84e770ddab61ef1d5c67061cd41c189f20e (diff) |
feature 2614: pagination on albums
git-svn-id: http://piwigo.org/svn/trunk@18165 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/themes/default/template/configuration.tpl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/admin/themes/default/template/configuration.tpl b/admin/themes/default/template/configuration.tpl index 388e26d0d..a2520b0c3 100644 --- a/admin/themes/default/template/configuration.tpl +++ b/admin/themes/default/template/configuration.tpl @@ -645,6 +645,13 @@ jQuery(document).ready(function() { {'slideshow'|@translate|@ucfirst|@string_format:$pwg->l10n('Activate icon "%s"')} </label> </li> + + <li> + <label> + {'Number of albums per page'|@translate} + <input type="text" size="3" maxlength="4" name="nb_categories_page" id="nb_categories_page" value="{$display.NB_CATEGORIES_PAGE}"> + </label> + </li> </ul> </fieldset> |