Remove footer

Was bad template and view layout/logic
This commit is contained in:
Dennis Eichhorn 2017-12-23 10:06:11 +01:00
parent 0fb7508b36
commit 747562645d
3 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,7 @@ echo $this->getData('nav')->render(); ?>
<td><?= $this->getHtml('Parent') ?>
<td><?= $this->getHtml('Unit') ?>
<tfoot>
<tr><td colspan="4"><?= $footerView->render(); ?>
<tr><td colspan="4">
<tbody>
<?php $c = 0; foreach ($this->getData('list:elements') as $key => $value) : $c++;
$url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/organization/department/profile?{?}&id=' . $value->getId()); ?>

View File

@ -38,7 +38,7 @@ echo $this->getData('nav')->render(); ?>
<td><?= $this->getHtml('Parent') ?>
<td><?= $this->getHtml('Department') ?>
<tfoot>
<tr><td colspan="3"><?= $footerView->render(); ?>
<tr><td colspan="3">
<tbody>
<?php $count = 0; foreach ($listElements as $key => $value) : $count++;
$url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/organization/position/profile?{?}&id=' . $value->getId()); ?>

View File

@ -35,7 +35,7 @@ echo $this->getData('nav')->render(); ?>
<td class="wf-100"><?= $this->getHtml('Name') ?>
<td><?= $this->getHtml('Parent') ?>
<tfoot>
<tr><td colspan="3"><?= $footerView->render(); ?>
<tr><td colspan="3">
<tbody>
<?php foreach ($this->getData('list:elements') as $key => $value) :
$url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/organization/unit/profile?{?}&id=' . $value->getId()); ?>