From 9cf6b9b303b621ecb8a0059879b230417f991288 Mon Sep 17 00:00:00 2001 From: Ryan Mathis Date: Fri, 19 Feb 2021 07:46:49 -0700 Subject: [PATCH] added paginator to optin --- View/Elements/Components/navigation.ctp | 2 -- View/GrouperGroups/groupoptin.ctp | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/View/Elements/Components/navigation.ctp b/View/Elements/Components/navigation.ctp index 4385907..42b72b5 100644 --- a/View/Elements/Components/navigation.ctp +++ b/View/Elements/Components/navigation.ctp @@ -36,7 +36,6 @@ ) ?> - Html->link( @@ -61,7 +60,6 @@ ) ?> - */ ?>
diff --git a/View/GrouperGroups/groupoptin.ctp b/View/GrouperGroups/groupoptin.ctp index aaa80ed..c016da5 100644 --- a/View/GrouperGroups/groupoptin.ctp +++ b/View/GrouperGroups/groupoptin.ctp @@ -33,4 +33,5 @@ + Paginator->numbers(array('first' => 1, 'last' => 1)); ?>
\ No newline at end of file