From 8c9dffd8542f8f6548066559d3ed4583e8e0cbd2 Mon Sep 17 00:00:00 2001 From: Jerome Nadaud Date: Wed, 9 Oct 2013 10:03:27 +0200 Subject: [PATCH] // Add pagination to states list --- .../states/helpers/list/list_footer.tpl | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/admin-dev/themes/default/template/controllers/states/helpers/list/list_footer.tpl b/admin-dev/themes/default/template/controllers/states/helpers/list/list_footer.tpl index 9a8924ab3..84f7fb5ca 100644 --- a/admin-dev/themes/default/template/controllers/states/helpers/list/list_footer.tpl +++ b/admin-dev/themes/default/template/controllers/states/helpers/list/list_footer.tpl @@ -24,6 +24,33 @@ *} + {if !$simple_header && $list_total > 20} +
+ + {if $page > 1} +   + + {/if} + {l s='Page'} {$page} / {$total_pages} + {if $page < $total_pages} +   + + {/if} + + + +  |  + + + + / {$list_total} {l s='result(s)'} +
+ {/if} {if $bulk_actions} {if $bulk_actions|count > 1}