mirror of
https://github.com/Karaka-Management/oms-Workflow.git
synced 2026-02-14 04:58:39 +00:00
Use flexbox
This commit is contained in:
parent
361054d595
commit
5905fee099
|
|
@ -18,7 +18,9 @@ $workflows = [];
|
||||||
|
|
||||||
echo $this->getData('nav')->render(); ?>
|
echo $this->getData('nav')->render(); ?>
|
||||||
|
|
||||||
<div class="box w-100 floatLeft">
|
<div class="row">
|
||||||
|
<div class="col-xs-12">
|
||||||
|
<div class="box wf-100">
|
||||||
<table class="table red">
|
<table class="table red">
|
||||||
<caption><?= $this->getHtml('Workflow') ?></caption>
|
<caption><?= $this->getHtml('Workflow') ?></caption>
|
||||||
<thead>
|
<thead>
|
||||||
|
|
@ -48,3 +50,5 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
Loading…
Reference in New Issue
Block a user