mirror of
https://github.com/Karaka-Management/oms-ItemManagement.git
synced 2026-02-02 21:58:40 +00:00
fix empty table visual bug
This commit is contained in:
parent
10e4ee2eca
commit
cb20e6a09c
|
|
@ -72,7 +72,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
<td>
|
||||
<?php endforeach; ?>
|
||||
<?php if ($count === 0) : ?>
|
||||
<tr><td colspan="6" class="empty"><?= $this->getHtml('Empty', '0', '0'); ?>
|
||||
<tr><td colspan="9" class="empty"><?= $this->getHtml('Empty', '0', '0'); ?>
|
||||
<?php endif; ?>
|
||||
</table>
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user