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 c0ccccd120
commit 79cb1eaa3b
3 changed files with 3 additions and 3 deletions

View File

@ -253,7 +253,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('Due') ?>
<tfoot>
<tr>
<td colspan="8"><?= $footerView->render(); ?>
<td colspan="8">
<tbody>
<?php $count = 0; foreach ([] as $key => $value) : $count++; ?>
<?php endforeach; ?>

View File

@ -36,7 +36,7 @@ echo $this->getData('nav')->render(); ?>
<td><?= $this->getHtml('Due') ?>
<tfoot>
<tr>
<td colspan="8"><?= $footerView->render(); ?>
<td colspan="8">
<tbody>
<?php $count = 0; foreach ([] as $key => $value) : $count++; ?>
<?php endforeach; ?>