mirror of
https://github.com/Karaka-Management/oms-ClientManagement.git
synced 2026-01-21 04:08:40 +00:00
Remove footer
Was bad template and view layout/logic
This commit is contained in:
parent
90607ea5aa
commit
c83969cc3d
|
|
@ -274,7 +274,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()); ?>
|
||||
|
|
|
|||
|
|
@ -76,7 +76,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 ($clients as $key => $value) : $count++;
|
||||
$url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/sales/client/profile?{?}&id=' . $value->getId()); ?>
|
||||
|
|
|
|||
|
|
@ -283,7 +283,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()); ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user