mirror of
https://github.com/Karaka-Management/oms-ClientManagement.git
synced 2026-02-12 14:58:43 +00:00
More flexbox implementations
This commit is contained in:
parent
500235bca0
commit
61db5a5c28
|
|
@ -59,7 +59,9 @@ echo $this->getData('nav')->render(); ?>
|
||||||
</section>
|
</section>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<div class="box w-100">
|
<div class="row">
|
||||||
|
<div class="col-xs-12">
|
||||||
|
<div class="box wf-100">
|
||||||
<table class="table">
|
<table class="table">
|
||||||
<caption><?= $this->getText('Clients') ?></caption>
|
<caption><?= $this->getText('Clients') ?></caption>
|
||||||
<thead>
|
<thead>
|
||||||
|
|
@ -83,3 +85,5 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user