From d3d48d22dc776ffa814c3fac85a0a69ea13c0eaf Mon Sep 17 00:00:00 2001 From: Callum Macdonald Date: Sun, 3 Mar 2013 21:27:01 +0700 Subject: [PATCH] Add the missing prev / next links A view element exists for prev / next links but was not included in the admin users view. --- View/Users/admin_index.ctp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/View/Users/admin_index.ctp b/View/Users/admin_index.ctp index 4039e6e75..3f9c2f5e5 100644 --- a/View/Users/admin_index.ctp +++ b/View/Users/admin_index.ctp @@ -21,6 +21,7 @@ ?> element('paging'); ?> + element('pagination'); ?> @@ -62,5 +63,6 @@
Paginator->sort('username'); ?>
+ element('pagination'); ?> element('Users/admin_sidebar'); ?>