mirror of
https://github.com/Karaka-Management/oms-Checklist.git
synced 2026-02-10 05:48:42 +00:00
More flexbox implementations
This commit is contained in:
parent
bf37c33cdb
commit
cdeaa9225f
|
|
@ -26,7 +26,9 @@ $footerView->setResults(1);
|
||||||
|
|
||||||
echo $this->getData('nav')->render(); ?>
|
echo $this->getData('nav')->render(); ?>
|
||||||
|
|
||||||
<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('Checklists'); ?></caption>
|
<caption><?= $this->getText('Checklists'); ?></caption>
|
||||||
<thead>
|
<thead>
|
||||||
|
|
@ -52,4 +54,6 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<td colspan="5" class="empty"><?= $this->getText('Empty', 0, 0); ?>
|
<td colspan="5" class="empty"><?= $this->getText('Empty', 0, 0); ?>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,9 @@
|
||||||
|
|
||||||
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('General'); ?></h1></header>
|
<header><h1><?= $this->getText('General'); ?></h1></header>
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<form id="fChecklist">
|
<form id="fChecklist">
|
||||||
|
|
@ -38,9 +40,11 @@ echo $this->getData('nav')->render(); ?>
|
||||||
</table>
|
</table>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
</div>
|
||||||
|
|
||||||
<section class="box w-33">
|
<div class="col-xs-12 col-md-6">
|
||||||
|
<section class="box wf-100">
|
||||||
<header><h1><?= $this->getText('Tasks'); ?></h1></header>
|
<header><h1><?= $this->getText('Tasks'); ?></h1></header>
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<form>
|
<form>
|
||||||
|
|
@ -61,4 +65,6 @@ echo $this->getData('nav')->render(); ?>
|
||||||
</table>
|
</table>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
@ -26,7 +26,9 @@ $footerView->setResults(1);
|
||||||
|
|
||||||
echo $this->getData('nav')->render(); ?>
|
echo $this->getData('nav')->render(); ?>
|
||||||
|
|
||||||
<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('Templates'); ?></caption>
|
<caption><?= $this->getText('Templates'); ?></caption>
|
||||||
<thead>
|
<thead>
|
||||||
|
|
@ -52,4 +54,6 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<td colspan="5" class="empty"><?= $this->getText('Empty', 0, 0); ?>
|
<td colspan="5" class="empty"><?= $this->getText('Empty', 0, 0); ?>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user