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 566255e7ed
commit b5cd9bb46c

View File

@ -38,7 +38,7 @@ echo $this->getData('nav')->render(); ?>
<td class="wf-100"><?= $this->getHtml('Message') ?> <td class="wf-100"><?= $this->getHtml('Message') ?>
<tfoot> <tfoot>
<tr> <tr>
<td colspan="5"><?= $footerView->render(); ?> <td colspan="5">
<tbody> <tbody>
<?php foreach ($logs as $key => $value) : <?php foreach ($logs as $key => $value) :
$url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/admin/monitoring/logs/single?{?}&id=' . $key);?> $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/admin/monitoring/logs/single?{?}&id=' . $key);?>