Fix footer rendering

This commit is contained in:
Dennis Eichhorn 2017-07-25 19:09:46 +02:00
parent 5414720bf2
commit 47fea048b6

View File

@ -40,7 +40,7 @@ echo $this->getData('nav')->render(); ?>
<td><?= $this->getHtml('Project') ?> <td><?= $this->getHtml('Project') ?>
<td><?= $this->getHtml('Unit') ?> <td><?= $this->getHtml('Unit') ?>
<tfoot> <tfoot>
<tr><td colspan="6"><?= htmlspecialchars($footerView->render(), ENT_COMPAT, 'utf-8'); ?> <tr><td colspan="6"><?= $footerView->render(); ?>
<tbody> <tbody>
<?php $c = 0; foreach ([] as $key => $value) : $c++; <?php $c = 0; foreach ([] as $key => $value) : $c++;
$url = \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/backend/admin/group/settings?{?}&id=' . $value->getId()); ?> $url = \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/backend/admin/group/settings?{?}&id=' . $value->getId()); ?>