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 4dc3ead933
commit a381fa142e
2 changed files with 2 additions and 2 deletions

View File

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

View File

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