mirror of
https://github.com/Karaka-Management/oms-HumanResourceManagement.git
synced 2026-01-24 17:58:40 +00:00
Fix footer rendering
This commit is contained in:
parent
e27b7987ad
commit
2d1e82056c
|
|
@ -37,7 +37,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
<td><?= $this->getHtml('Employees') ?>
|
||||
<td><?= $this->getHtml('Parent') ?>
|
||||
<tfoot>
|
||||
<tr><td colspan="4"><?= htmlspecialchars($footerView->render(), ENT_COMPAT, 'utf-8'); ?>
|
||||
<tr><td colspan="4"><?= $footerView->render(); ?>
|
||||
<tbody>
|
||||
<?php $c = 0; foreach ([] as $key => $value) : $c++;
|
||||
$url = \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/backend/admin/group/settings?{?}&id=' . $value->getId()); ?>
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
<td><?= $this->getHtml('Department') ?>
|
||||
<td><?= $this->getHtml('Status') ?>
|
||||
<tfoot>
|
||||
<tr><td colspan="5"><?= htmlspecialchars($footerView->render(), ENT_COMPAT, 'utf-8'); ?>
|
||||
<tr><td colspan="5"><?= $footerView->render(); ?>
|
||||
<tbody>
|
||||
<?php $c = 0; foreach ($employees as $key => $value) : $c++;
|
||||
$url = \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/backend/admin/group/settings?{?}&id=' . $value->getId()); ?>
|
||||
|
|
|
|||
|
|
@ -99,7 +99,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
<td><?= $this->getHtml('Department') ?>
|
||||
<td><?= $this->getHtml('Salary') ?>
|
||||
<tfoot>
|
||||
<tr><td colspan="4"><?= htmlspecialchars($footerView->render(), ENT_COMPAT, 'utf-8'); ?>
|
||||
<tr><td colspan="4"><?= $footerView->render(); ?>
|
||||
<tbody>
|
||||
<?php $c = 0; foreach ($employees as $key => $value) : $c++;
|
||||
$url = \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/backend/admin/group/settings?{?}&id=' . $value->getId()); ?>
|
||||
|
|
@ -123,7 +123,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
<td><?= $this->getHtml('End') ?>
|
||||
<td class="wf-100"><?= $this->getHtml('Type') ?>
|
||||
<tfoot>
|
||||
<tr><td colspan="4"><?= htmlspecialchars($footerView->render(), ENT_COMPAT, 'utf-8'); ?>
|
||||
<tr><td colspan="4"><?= $footerView->render(); ?>
|
||||
<tbody>
|
||||
<?php $c = 0; foreach ($employees as $key => $value) : $c++;
|
||||
$url = \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/backend/admin/group/settings?{?}&id=' . $value->getId()); ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user