mirror of
https://github.com/Karaka-Management/oms-ProjectManagement.git
synced 2026-01-16 09:48:42 +00:00
Remove footer
Was bad template and view layout/logic
This commit is contained in:
parent
6ef98ba3b6
commit
eca624ca1a
|
|
@ -33,7 +33,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
<td><?= $this->getHtml('Due') ?>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="5"><?= $footerView->render(); ?>
|
||||
<td colspan="5">
|
||||
<tbody>
|
||||
<?php $count = 0; foreach ($list as $key => $value) : $count++;
|
||||
$url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/projectmanagement/profile?{?}&id=' . $value->getId());?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user