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 733af52363
commit 939ca08f88
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -33,7 +33,7 @@ echo $this->getData('nav')->render(); ?>
<td><?= $this->getHtml('Due') ?>
<tfoot>
<tr>
<td colspan="5"><?= $footerView->render(); ?>
<td colspan="5">
<tbody>
<?php $count = 0; foreach ($list as $key => $value) : $count++;
$url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/marketing/promotion/profile?{?}&id=' . $value->getId());?>