Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
added paginator to optin
rmathis committed Feb 19, 2021
1 parent a01c927 commit 9cf6b9b
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions View/Elements/Components/navigation.ctp
@@ -36,7 +36,6 @@
)
?>
</div>
<?php /*
<div class="nav-item">
<?php
print $this->Html->link(
@@ -61,7 +60,6 @@
)
?>
</div>
*/ ?>
</div>
<?php if ($isuserowner === 'T') { ?>
<div class="align-self">
1 change: 1 addition & 0 deletions View/GrouperGroups/groupoptin.ctp
@@ -33,4 +33,5 @@
<?php endforeach; ?>
</tbody>
</table>
<?php echo $this->Paginator->numbers(array('first' => 1, 'last' => 1)); ?>
</div>

0 comments on commit 9cf6b9b

Please sign in to comment.