This commit is contained in:
Dennis Eichhorn 2018-05-20 09:59:17 +02:00
parent 835b9552ff
commit 96b99feccc
3 changed files with 44 additions and 44 deletions

View File

@ -22,5 +22,5 @@ return [
'Modules' => 'Modules', 'Modules' => 'Modules',
'Account' => 'Account', 'Account' => 'Account',
'Accounts' => 'Accounts', 'Accounts' => 'Accounts',
] ],
]; ];

View File

@ -137,5 +137,5 @@ return [
'GroupStatus1' => 'Active', 'GroupStatus1' => 'Active',
'GroupStatus2' => 'Inactive', 'GroupStatus2' => 'Inactive',
'GroupStatus4' => 'Hidden', 'GroupStatus4' => 'Hidden',
] ],
]; ];

View File

@ -77,7 +77,7 @@ echo $this->getData('nav')->render(); ?>
<td><a href="<?= $url; ?>"><?= $this->printHtml($value->getName()); ?></a> <td><a href="<?= $url; ?>"><?= $this->printHtml($value->getName()); ?></a>
<?php endforeach; ?> <?php endforeach; ?>
<?php if ($c === 0) : ?> <?php if ($c === 0) : ?>
<tr><td colspan="2" class="empty"><?= $this->getHtml('Empty', 0, 0); ?> <tr><td colspan="5" class="empty"><?= $this->getHtml('Empty', 0, 0); ?>
<?php endif; ?> <?php endif; ?>
</table> </table>