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 4b0ed6a1bd
commit e81d939df1

View File

@ -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()); ?>