mirror of
https://github.com/Karaka-Management/oms-Marketing.git
synced 2026-02-17 02:18:40 +00:00
Remove footer
Was bad template and view layout/logic
This commit is contained in:
parent
733af52363
commit
939ca08f88
|
|
@ -37,7 +37,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<td><?= $this->getHtml('Budget') ?>
|
<td><?= $this->getHtml('Budget') ?>
|
||||||
<tfoot>
|
<tfoot>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="9"><?= $footerView->render(); ?>
|
<td colspan="9">
|
||||||
<tbody>
|
<tbody>
|
||||||
<?php $count = 0; foreach ([] as $key => $value) : $count++; ?>
|
<?php $count = 0; foreach ([] as $key => $value) : $count++; ?>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<td><?= $this->getHtml('Due') ?>
|
<td><?= $this->getHtml('Due') ?>
|
||||||
<tfoot>
|
<tfoot>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="5"><?= $footerView->render(); ?>
|
<td colspan="5">
|
||||||
<tbody>
|
<tbody>
|
||||||
<?php $count = 0; foreach ($list as $key => $value) : $count++;
|
<?php $count = 0; foreach ($list as $key => $value) : $count++;
|
||||||
$url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/marketing/promotion/profile?{?}&id=' . $value->getId());?>
|
$url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/marketing/promotion/profile?{?}&id=' . $value->getId());?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user