mirror of
https://github.com/Karaka-Management/oms-Auditor.git
synced 2026-01-10 20:48:40 +00:00
fix templates
This commit is contained in:
parent
38231f9721
commit
7dd87d837d
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
Loading…
Reference in New Issue
Block a user