mirror of
https://github.com/Karaka-Management/oms-EventManagement.git
synced 2026-02-14 08:48:41 +00:00
Remove footer
Was bad template and view layout/logic
This commit is contained in:
parent
ae39c6c820
commit
d59e0a8bdc
|
|
@ -33,7 +33,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<td><?= $this->getHtml('End') ?>
|
<td><?= $this->getHtml('End') ?>
|
||||||
<tfoot>
|
<tfoot>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="5"><?= $footerView->render(); ?>
|
<td colspan="5">
|
||||||
<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('/{/lang}/backend/eventmanagement/profile?{?}&id=' . $value->getId());?>
|
$url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/eventmanagement/profile?{?}&id=' . $value->getId());?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user