fix templates

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

View File

@ -29,7 +29,7 @@ $tableView->setObjects($modules);
<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"> <div class="portlet-head">
<?= $tableView->renderTitle( <?= $tableView->renderTitle(
$this->getHtml('Modules'), $this->getHtml('Modules'),
@ -68,6 +68,6 @@ $tableView->setObjects($modules);
<?php endif; ?> <?php endif; ?>
</table> </table>
</div> </div>
</div> </section>
</div> </div>
</div> </div>