mirror of
https://github.com/Karaka-Management/oms-Auditor.git
synced 2026-02-14 04:38:40 +00:00
add next/previous l11n
This commit is contained in:
parent
52b65ff638
commit
c5e8e2ac56
|
|
@ -71,8 +71,8 @@ echo $this->getData('nav')->render(); ?>
|
|||
<?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