mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-02-15 14:58:40 +00:00
Remove footer
Was bad template and view layout/logic
This commit is contained in:
parent
4b0ed6a1bd
commit
e81d939df1
|
|
@ -35,7 +35,7 @@ $accounts = $this->getData('accounts');
|
||||||
<td><?= $this->getHtml('Activity') ?>
|
<td><?= $this->getHtml('Activity') ?>
|
||||||
<tfoot>
|
<tfoot>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="3"><?= $footerView->render(); ?>
|
<td colspan="3">
|
||||||
<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('/{/lang}/backend/profile/single?{?}&id=' . $account->getAccount()->getId()); ?>
|
$url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/profile/single?{?}&id=' . $account->getAccount()->getId()); ?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user