mirror of
https://github.com/Karaka-Management/oms-Marketing.git
synced 2026-01-30 02:18:41 +00:00
Fix footer rendering
This commit is contained in:
parent
8c75e06ab8
commit
eae3d2cb8f
|
|
@ -38,7 +38,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
<td><?= $this->getHtml('Budget') ?>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="9"><?= htmlspecialchars($footerView->render(), ENT_COMPAT, 'utf-8'); ?>
|
||||
<td colspan="9"><?= $footerView->render(); ?>
|
||||
<tbody>
|
||||
<?php $count = 0; foreach([] as $key => $value) : $count++; ?>
|
||||
<?php endforeach; ?>
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
<td><?= $this->getHtml('Budget') ?>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="7"><?= htmlspecialchars($footerView->render(), ENT_COMPAT, 'utf-8'); ?>
|
||||
<td colspan="7"><?= $footerView->render(); ?>
|
||||
<tbody>
|
||||
<?php $count = 0; foreach([] as $key => $value) : $count++; ?>
|
||||
<?php endforeach; ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user