mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-01-30 07:48:40 +00:00
add list pagination
This commit is contained in:
parent
cf2f06358c
commit
3b7e46d897
|
|
@ -51,8 +51,8 @@ $next = empty($accounts) ? '{/prefix}profile/list' : '{/prefix}profile/list?
|
|||
<?php endif; ?>
|
||||
</table>
|
||||
<div class="portlet-foot">
|
||||
<a class="button" href="<?= UriFactory::build($previous); ?>">Previous</a>
|
||||
<a class="button" href="<?= UriFactory::build($next); ?>">Next</a>
|
||||
<a class="button" href="<?= UriFactory::build($previous); ?>"><?= $this->getHtml('Previous', '0', '0'); ?></a>
|
||||
<a class="button" href="<?= UriFactory::build($next); ?>"><?= $this->getHtml('Next', '0', '0'); ?></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user