mirror of
https://github.com/Karaka-Management/oms-Auditor.git
synced 2026-01-25 19:58: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 class="wf-100"><?= $this->getHtml('Name') ?>
|
||||
<td class="wf-100"><?= $this->getHtml('Email') ?>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<tbody>
|
||||
<?php $count = 0; foreach ($accounts as $key => $account) : ++$count;
|
||||
$url = \phpOMS\Uri\UriFactory::build('{/prefix}admin/audit/single?{?}&id=' . $account->getId()); ?>
|
||||
|
|
|
|||
|
|
@ -29,9 +29,6 @@ echo $this->getData('nav')->render(); ?>
|
|||
<tr>
|
||||
<td><?= $this->getHtml('ID', '0', '0'); ?>
|
||||
<td class="wf-100"><?= $this->getHtml('Name') ?>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<tbody>
|
||||
<?php $count = 0; foreach ($modules as $key => $module) : ++$count;
|
||||
$url = \phpOMS\Uri\UriFactory::build('{/prefix}admin/audit/single?{?}&id=' . $module['name']['id']); ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user