mirror of
https://github.com/Karaka-Management/oms-Auditor.git
synced 2026-02-13 20:28:40 +00:00
remove footer
This commit is contained in:
parent
bcb3d9196a
commit
d3583924c8
|
|
@ -29,9 +29,6 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<td><?= $this->getHtml('ID', '0', '0'); ?>
|
<td><?= $this->getHtml('ID', '0', '0'); ?>
|
||||||
<td class="wf-100"><?= $this->getHtml('Name') ?>
|
<td class="wf-100"><?= $this->getHtml('Name') ?>
|
||||||
<td class="wf-100"><?= $this->getHtml('Email') ?>
|
<td class="wf-100"><?= $this->getHtml('Email') ?>
|
||||||
<tfoot>
|
|
||||||
<tr>
|
|
||||||
<td colspan="2">
|
|
||||||
<tbody>
|
<tbody>
|
||||||
<?php $count = 0; foreach ($accounts as $key => $account) : ++$count;
|
<?php $count = 0; foreach ($accounts as $key => $account) : ++$count;
|
||||||
$url = \phpOMS\Uri\UriFactory::build('{/prefix}admin/audit/single?{?}&id=' . $account->getId()); ?>
|
$url = \phpOMS\Uri\UriFactory::build('{/prefix}admin/audit/single?{?}&id=' . $account->getId()); ?>
|
||||||
|
|
|
||||||
|
|
@ -29,9 +29,6 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<tr>
|
<tr>
|
||||||
<td><?= $this->getHtml('ID', '0', '0'); ?>
|
<td><?= $this->getHtml('ID', '0', '0'); ?>
|
||||||
<td class="wf-100"><?= $this->getHtml('Name') ?>
|
<td class="wf-100"><?= $this->getHtml('Name') ?>
|
||||||
<tfoot>
|
|
||||||
<tr>
|
|
||||||
<td colspan="2">
|
|
||||||
<tbody>
|
<tbody>
|
||||||
<?php $count = 0; foreach ($modules as $key => $module) : ++$count;
|
<?php $count = 0; foreach ($modules as $key => $module) : ++$count;
|
||||||
$url = \phpOMS\Uri\UriFactory::build('{/prefix}admin/audit/single?{?}&id=' . $module['name']['id']); ?>
|
$url = \phpOMS\Uri\UriFactory::build('{/prefix}admin/audit/single?{?}&id=' . $module['name']['id']); ?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user