mirror of
https://github.com/Karaka-Management/oms-Production.git
synced 2026-02-02 23:38:41 +00:00
Fix footer rendering
This commit is contained in:
parent
3def16e3a9
commit
edb4753131
|
|
@ -41,7 +41,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
<td><?= $this->getHtml('Due') ?>
|
||||
<td><?= $this->getHtml('Done') ?>
|
||||
<tfoot>
|
||||
<tr><td colspan="8"><?= htmlspecialchars($footerView->render(), ENT_COMPAT, 'utf-8'); ?>
|
||||
<tr><td colspan="8"><?= $footerView->render(); ?>
|
||||
<tbody>
|
||||
<?php $c = 0; foreach ([] as $key => $value) : $c++;
|
||||
$url = \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/backend/business/department/profile?{?}&id=' . $value->getId()); ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user