mirror of
https://github.com/Karaka-Management/oms-EventManagement.git
synced 2026-01-25 07:18:42 +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') ?>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="5"><?= htmlspecialchars($footerView->render(), ENT_COMPAT, 'utf-8'); ?>
|
||||
<td colspan="5"><?= $footerView->render(); ?>
|
||||
<tbody>
|
||||
<?php $count = 0; foreach($events as $key => $value) : $count++;
|
||||
$url = \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/backend/eventmanagement/profile?{?}&id=' . $value->getId());?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user