mirror of
https://github.com/Karaka-Management/oms-EventManagement.git
synced 2026-02-13 08:18:41 +00:00
Fix footer rendering
This commit is contained in:
parent
5e23da92e3
commit
8dbc9dc481
|
|
@ -34,7 +34,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<td><?= $this->getHtml('End') ?>
|
<td><?= $this->getHtml('End') ?>
|
||||||
<tfoot>
|
<tfoot>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="5"><?= htmlspecialchars($footerView->render(), ENT_COMPAT, 'utf-8'); ?>
|
<td colspan="5"><?= $footerView->render(); ?>
|
||||||
<tbody>
|
<tbody>
|
||||||
<?php $count = 0; foreach($events as $key => $value) : $count++;
|
<?php $count = 0; foreach($events as $key => $value) : $count++;
|
||||||
$url = \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/backend/eventmanagement/profile?{?}&id=' . $value->getId());?>
|
$url = \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/backend/eventmanagement/profile?{?}&id=' . $value->getId());?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user