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

View File

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

View File

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