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