mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-02-17 12:58:39 +00:00
Reformat
This commit is contained in:
parent
835b9552ff
commit
96b99feccc
|
|
@ -22,5 +22,5 @@ return [
|
||||||
'Modules' => 'Modules',
|
'Modules' => 'Modules',
|
||||||
'Account' => 'Account',
|
'Account' => 'Account',
|
||||||
'Accounts' => 'Accounts',
|
'Accounts' => 'Accounts',
|
||||||
]
|
],
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -137,5 +137,5 @@ return [
|
||||||
'GroupStatus1' => 'Active',
|
'GroupStatus1' => 'Active',
|
||||||
'GroupStatus2' => 'Inactive',
|
'GroupStatus2' => 'Inactive',
|
||||||
'GroupStatus4' => 'Hidden',
|
'GroupStatus4' => 'Hidden',
|
||||||
]
|
],
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user