mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-01-30 15: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') ?>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="3"><?= $footerView->render(); ?>
|
||||
<td colspan="3">
|
||||
<tbody>
|
||||
<?php $count = 0; foreach ($accounts as $key => $account) : $count++;
|
||||
$url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/profile/single?{?}&id=' . $account->getAccount()->getId()); ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user