diff options
author | mistic100 <mistic@piwigo.org> | 2012-10-11 15:41:13 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2012-10-11 15:41:13 +0000 |
commit | 7ed296715ea3e16536961cf219dfe5a9a21c997e (patch) | |
tree | a55b62d654a57e49b7921f03d5e018003d5c8d2b /admin | |
parent | 4cf33a00254a77cba8d052edc431885b653e65d9 (diff) |
Merged revision(s) r18607 from trunk:
feature 2770: Add bottom pagination on batch manager unit
git-svn-id: http://piwigo.org/svn/branches/2.4@18608 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin')
-rw-r--r-- | admin/themes/default/template/batch_manager_unit.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/admin/themes/default/template/batch_manager_unit.tpl b/admin/themes/default/template/batch_manager_unit.tpl index 969a71e21..45bcffa81 100644 --- a/admin/themes/default/template/batch_manager_unit.tpl +++ b/admin/themes/default/template/batch_manager_unit.tpl @@ -131,6 +131,8 @@ jQuery(document).ready(function() {ldelim} </fieldset> {/foreach} +{if !empty($navbar) }{include file='navigation_bar.tpl'|@get_extent:'navbar'}{/if} + <p> <input class="submit" type="submit" value="{'Submit'|@translate}" name="submit"> <input class="submit" type="reset" value="{'Reset'|@translate}"> |