mirror of
https://github.com/Karaka-Management/oms-ItemManagement.git
synced 2026-02-07 15:58:42 +00:00
Directory rename
This commit is contained in:
parent
03311a5cf1
commit
202721afb3
|
|
@ -21,7 +21,7 @@ $footerView->setPage(1);
|
|||
|
||||
echo $this->getData('nav')->render(); ?>
|
||||
|
||||
<section class="box w-100">
|
||||
<div class="box w-100">
|
||||
<table class="table">
|
||||
<caption><?= $this->l11n->lang['ItemManagement']['Items'] ?></caption>
|
||||
<thead>
|
||||
|
|
@ -42,4 +42,4 @@ echo $this->getData('nav')->render(); ?>
|
|||
<tr><td colspan="6" class="empty"><?= $this->l11n->lang[0]['Empty']; ?>
|
||||
<?php endif; ?>
|
||||
</table>
|
||||
</section>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ $footerView->setPage(1);
|
|||
|
||||
echo $this->getData('nav')->render(); ?>
|
||||
|
||||
<section class="box w-100">
|
||||
<div class="box w-100">
|
||||
<table class="table">
|
||||
<caption><?= $this->l11n->lang['ItemManagement']['Items'] ?></caption>
|
||||
<thead>
|
||||
|
|
@ -42,4 +42,4 @@ echo $this->getData('nav')->render(); ?>
|
|||
<tr><td colspan="6" class="empty"><?= $this->l11n->lang[0]['Empty']; ?>
|
||||
<?php endif; ?>
|
||||
</table>
|
||||
</section>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ $footerView->setResults(1);
|
|||
|
||||
echo $this->getData('nav')->render(); ?>
|
||||
|
||||
<section class="box w-100">
|
||||
<div class="box w-100">
|
||||
<table class="table">
|
||||
<caption><?= $this->l11n->lang['ItemManagement']['Stock']; ?></caption>
|
||||
<thead>
|
||||
|
|
@ -50,4 +50,4 @@ echo $this->getData('nav')->render(); ?>
|
|||
<td colspan="8" class="empty"><?= $this->l11n->lang[0]['Empty']; ?>
|
||||
<?php endif; ?>
|
||||
</table>
|
||||
</section>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user