mirror of
https://github.com/Karaka-Management/oms-SupplierManagement.git
synced 2026-02-14 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') ?>
|
<td><?= $this->getHtml('Date') ?>
|
||||||
<tfoot>
|
<tfoot>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="6"><?= $footerView->render(); ?>
|
<td colspan="6">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td><?= $this->printHtml($this->request->getOrigin()); ?>
|
<td><?= $this->printHtml($this->request->getOrigin()); ?>
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<td><?= $this->getHtml('Country') ?>
|
<td><?= $this->getHtml('Country') ?>
|
||||||
<tfoot>
|
<tfoot>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="8"><?= $footerView->render(); ?>
|
<td colspan="8">
|
||||||
<tbody>
|
<tbody>
|
||||||
<?php $count = 0; foreach ([] as $key => $value) : $count++; ?>
|
<?php $count = 0; foreach ([] as $key => $value) : $count++; ?>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user