mirror of
https://github.com/Karaka-Management/oms-Auditor.git
synced 2026-02-16 13:38:41 +00:00
change icon font to google icons
This commit is contained in:
parent
0cd8801ef0
commit
6becb485f7
|
|
@ -91,10 +91,10 @@ echo $this->data['nav']->render(); ?>
|
||||||
<?php if ($this->getData('hasPrevious') || $this->getData('hasNext')) : ?>
|
<?php if ($this->getData('hasPrevious') || $this->getData('hasNext')) : ?>
|
||||||
<div class="portlet-foot">
|
<div class="portlet-foot">
|
||||||
<?php if ($this->getData('hasPrevious')) : ?>
|
<?php if ($this->getData('hasPrevious')) : ?>
|
||||||
<a tabindex="0" class="button" href="<?= UriFactory::build($previous); ?>"><i class="fa fa-chevron-left"></i></a>
|
<a tabindex="0" class="button" href="<?= UriFactory::build($previous); ?>"><i class="g-icon">chevron_left</i></a>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<?php if ($this->getData('hasNext')) : ?>
|
<?php if ($this->getData('hasNext')) : ?>
|
||||||
<a tabindex="0" class="button" href="<?= UriFactory::build($next); ?>"><i class="fa fa-chevron-right"></i></a>
|
<a tabindex="0" class="button" href="<?= UriFactory::build($next); ?>"><i class="g-icon">chevron_right</i></a>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</div>
|
</div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user