mirror of
https://github.com/Karaka-Management/oms-ClientManagement.git
synced 2026-02-11 06:18:42 +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') ?>
|
<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()); ?>
|
||||||
|
|
|
||||||
|
|
@ -76,7 +76,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 ($clients as $key => $value) : $count++;
|
<?php $count = 0; foreach ($clients as $key => $value) : $count++;
|
||||||
$url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/sales/client/profile?{?}&id=' . $value->getId()); ?>
|
$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') ?>
|
<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()); ?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user