From c37da77f91ffa60998130fa4c45b64414b430d39 Mon Sep 17 00:00:00 2001 From: Ryan Mathis Date: Wed, 10 Mar 2021 12:16:32 -0700 Subject: [PATCH] Added paging to all pages --- View/GrouperGroups/groupmember.ctp | 7 +++++++ View/GrouperGroups/groupowner.ctp | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/View/GrouperGroups/groupmember.ctp b/View/GrouperGroups/groupmember.ctp index c1bb6cc..561fa98 100644 --- a/View/GrouperGroups/groupmember.ctp +++ b/View/GrouperGroups/groupmember.ctp @@ -3,6 +3,13 @@ element('GrouperLite.Components/navigation-groups', array('active' => 'groupmember')); ?> element('GrouperLite.Components/search', array('active' => 'groupmember')); ?>
+ element("pagination", array( + 'goto' => false, + 'limit' => false, + 'numbers' => false, + 'counter' => true, + 'class' => 'counter' + )); ?> diff --git a/View/GrouperGroups/groupowner.ctp b/View/GrouperGroups/groupowner.ctp index e3ee589..593b2b3 100644 --- a/View/GrouperGroups/groupowner.ctp +++ b/View/GrouperGroups/groupowner.ctp @@ -3,6 +3,13 @@ element('Components/navigation-groups', array('active' => 'groupowner')); ?> element('Components/search', array('active' => 'groupowner')); ?>
+ element("pagination", array( + 'goto' => false, + 'limit' => false, + 'numbers' => false, + 'counter' => true, + 'class' => 'counter' + )); ?>