mirror of
https://github.com/Karaka-Management/oms-Navigation.git
synced 2026-01-11 16:18:42 +00:00
fix templates
This commit is contained in:
parent
c915bb8962
commit
dfe08a689b
|
|
@ -25,7 +25,7 @@ echo $this->data['nav']->render();
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xs-12">
|
<div class="col-xs-12">
|
||||||
<div class="portlet">
|
<section class="portlet">
|
||||||
<div class="portlet-head"><?= $this->getHtml('Navigation'); ?><i class="g-icon download btn end-xs">download</i></div>
|
<div class="portlet-head"><?= $this->getHtml('Navigation'); ?><i class="g-icon download btn end-xs">download</i></div>
|
||||||
<div class="slider">
|
<div class="slider">
|
||||||
<table id="navElements" class="default sticky">
|
<table id="navElements" class="default sticky">
|
||||||
|
|
@ -107,7 +107,12 @@ echo $this->data['nav']->render();
|
||||||
<td><?= $this->printHtml($nav->name); ?>
|
<td><?= $this->printHtml($nav->name); ?>
|
||||||
<td><?= $this->printHtml($nav->uri); ?>
|
<td><?= $this->printHtml($nav->uri); ?>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
|
<?php if ($c === 0) : ?>
|
||||||
|
<tr>
|
||||||
|
<td colspan="6" class="empty"><?= $this->getHtml('Empty', '0', '0'); ?>
|
||||||
|
<?php endif; ?>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
</section>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user