mirror of
https://github.com/Karaka-Management/oms-SupplierManagement.git
synced 2026-01-26 07:48:41 +00:00
Remove footer
Was bad template and view layout/logic
This commit is contained in:
parent
4dc3ead933
commit
a381fa142e
|
|
@ -178,7 +178,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
<td><?= $this->getHtml('Date') ?>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="6"><?= $footerView->render(); ?>
|
||||
<td colspan="6">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><?= $this->printHtml($this->request->getOrigin()); ?>
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
<td><?= $this->getHtml('Country') ?>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="8"><?= $footerView->render(); ?>
|
||||
<td colspan="8">
|
||||
<tbody>
|
||||
<?php $count = 0; foreach ([] as $key => $value) : $count++; ?>
|
||||
<?php endforeach; ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user