mirror of
https://github.com/Karaka-Management/oms-Navigation.git
synced 2026-01-10 15:48: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="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="slider">
|
||||
<table id="navElements" class="default sticky">
|
||||
|
|
@ -107,7 +107,12 @@ echo $this->data['nav']->render();
|
|||
<td><?= $this->printHtml($nav->name); ?>
|
||||
<td><?= $this->printHtml($nav->uri); ?>
|
||||
<?php endforeach; ?>
|
||||
<?php if ($c === 0) : ?>
|
||||
<tr>
|
||||
<td colspan="6" class="empty"><?= $this->getHtml('Empty', '0', '0'); ?>
|
||||
<?php endif; ?>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user