mirror of
https://github.com/Karaka-Management/oms-Help.git
synced 2026-01-11 12:58:41 +00:00
fix templates
This commit is contained in:
parent
ded492c83a
commit
f820d00692
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user