mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-02-18 13:18:43 +00:00
Reformat
This commit is contained in:
parent
835b9552ff
commit
96b99feccc
|
|
@ -22,5 +22,5 @@ return [
|
|||
'Modules' => 'Modules',
|
||||
'Account' => 'Account',
|
||||
'Accounts' => 'Accounts',
|
||||
]
|
||||
],
|
||||
];
|
||||
|
|
|
|||
|
|
@ -137,5 +137,5 @@ return [
|
|||
'GroupStatus1' => 'Active',
|
||||
'GroupStatus2' => 'Inactive',
|
||||
'GroupStatus4' => 'Hidden',
|
||||
]
|
||||
],
|
||||
];
|
||||
|
|
|
|||
|
|
@ -77,7 +77,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
<td><a href="<?= $url; ?>"><?= $this->printHtml($value->getName()); ?></a>
|
||||
<?php endforeach; ?>
|
||||
<?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; ?>
|
||||
</table>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user