Skip to content

Commit

Permalink
Add the missing prev / next links
Browse files Browse the repository at this point in the history
A view element exists for prev / next links but was not included in the admin users view.
  • Loading branch information
chmac committed Mar 3, 2013
1 parent a1f2bcf commit d3d48d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions View/Users/admin_index.ctp
Expand Up @@ -21,6 +21,7 @@
?>

<?php echo $this->element('paging'); ?>
<?php echo $this->element('pagination'); ?>
<table cellpadding="0" cellspacing="0">
<tr>
<th><?php echo $this->Paginator->sort('username'); ?></th>
Expand Down Expand Up @@ -62,5 +63,6 @@
</tr>
<?php endforeach; ?>
</table>
<?php echo $this->element('pagination'); ?>
</div>
<?php echo $this->element('Users/admin_sidebar'); ?>

0 comments on commit d3d48d2

Please sign in to comment.