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 63a355ad0d
commit 2e8240e352

View File

@ -40,7 +40,7 @@ echo $this->getData('nav')->render(); ?>
<td><?= $this->getHtml('Due') ?> <td><?= $this->getHtml('Due') ?>
<td><?= $this->getHtml('Done') ?> <td><?= $this->getHtml('Done') ?>
<tfoot> <tfoot>
<tr><td colspan="8"><?= $footerView->render(); ?> <tr><td colspan="8">
<tbody> <tbody>
<?php $c = 0; foreach ([] as $key => $value) : $c++; <?php $c = 0; foreach ([] as $key => $value) : $c++;
$url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/business/department/profile?{?}&id=' . $value->getId()); ?> $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/business/department/profile?{?}&id=' . $value->getId()); ?>