mirror of
https://github.com/Karaka-Management/oms-ItemManagement.git
synced 2026-02-17 20:58:42 +00:00
More flexbox implementations
This commit is contained in:
parent
694b166ff3
commit
e8a90b92b4
|
|
@ -21,7 +21,9 @@ $footerView->setPage(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('Items') ?></caption>
|
<caption><?= $this->getText('Items') ?></caption>
|
||||||
<thead>
|
<thead>
|
||||||
|
|
@ -42,4 +44,6 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<tr><td colspan="6" class="empty"><?= $this->getText('Empty', 0, 0); ?>
|
<tr><td colspan="6" class="empty"><?= $this->getText('Empty', 0, 0); ?>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,9 @@ $footerView->setPage(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('Items') ?></caption>
|
<caption><?= $this->getText('Items') ?></caption>
|
||||||
<thead>
|
<thead>
|
||||||
|
|
@ -42,4 +44,6 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<tr><td colspan="6" class="empty"><?= $this->getText('Empty', 0, 0); ?>
|
<tr><td colspan="6" class="empty"><?= $this->getText('Empty', 0, 0); ?>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</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('Stock'); ?></caption>
|
<caption><?= $this->getText('Stock'); ?></caption>
|
||||||
<thead>
|
<thead>
|
||||||
|
|
@ -50,4 +52,6 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<td colspan="8" class="empty"><?= $this->getText('Empty', 0, 0); ?>
|
<td colspan="8" 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