fix templates

This commit is contained in:
Dennis Eichhorn 2024-04-17 17:45:07 +00:00
parent c915bb8962
commit dfe08a689b

View File

@ -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>