mirror of
https://github.com/Karaka-Management/oms-Organization.git
synced 2026-02-17 08:48:40 +00:00
Flexbox integration
This commit is contained in:
parent
c1cbc56c9c
commit
0ca2280b6e
|
|
@ -21,7 +21,9 @@ $position = $this->getData('position');
|
||||||
|
|
||||||
echo $this->getData('nav')->render(); ?>
|
echo $this->getData('nav')->render(); ?>
|
||||||
|
|
||||||
<section class="box w-33">
|
<div class="row">
|
||||||
|
<div class="col-xs-12 col-md-6">
|
||||||
|
<section class="box wf-100">
|
||||||
<header><h1><?= $this->getText('Position'); ?></h1></header>
|
<header><h1><?= $this->getText('Position'); ?></h1></header>
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<form>
|
<form>
|
||||||
|
|
@ -41,4 +43,6 @@ echo $this->getData('nav')->render(); ?>
|
||||||
</table>
|
</table>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user