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

View File

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