Remove footer

Was bad template and view layout/logic
This commit is contained in:
Dennis Eichhorn 2017-12-23 10:06:11 +01:00
parent 90607ea5aa
commit c83969cc3d
3 changed files with 3 additions and 3 deletions

View File

@ -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()); ?>

View File

@ -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()); ?>

View File

@ -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()); ?>