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'
+ )); ?>