fix templates

This commit is contained in:
Dennis Eichhorn 2024-04-17 17:45:07 +00:00
parent 38231f9721
commit 7dd87d837d
2 changed files with 4 additions and 4 deletions

View File

@ -41,7 +41,7 @@ echo $this->data['nav']->render(); ?>
<div class="row">
<div class="col-xs-12">
<div class="portlet">
<section class="portlet">
<div class="portlet-head"><?= $tableView->renderTitle($this->getHtml('Audits')); ?></div>
<div class="slider">
<table id="<?= $tableView->id; ?>" class="default sticky">
@ -98,6 +98,6 @@ echo $this->data['nav']->render(); ?>
<?php endif; ?>
</div>
<?php endif; ?>
</div>
</section>
</div>
</div>

View File

@ -38,7 +38,7 @@ echo $this->data['nav']->render();
<div class="row">
<div class="col-xs-12">
<div class="portlet">
<section class="portlet">
<div class="portlet-body">
<table class="list">
<tr>
@ -85,6 +85,6 @@ echo $this->data['nav']->render();
</pre>
</article>
</div>
</div>
</section>
</div>
</div>