mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-02-12 18:58:40 +00:00
Minor tpl fixes
This commit is contained in:
parent
d7ea018c02
commit
316d564b65
|
|
@ -126,7 +126,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<?= (\phpOMS\Account\PermissionType::PERMISSION | $permission) === $permission ? 'P' : ''; ?>
|
<?= (\phpOMS\Account\PermissionType::PERMISSION | $permission) === $permission ? 'P' : ''; ?>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
<?php if ($c === 0) : ?>
|
<?php if ($c === 0) : ?>
|
||||||
<tr><td colspan="8" class="empty"><?= $this->getHtml('Empty', 0, 0); ?>
|
<tr><td colspan="10" class="empty"><?= $this->getHtml('Empty', 0, 0); ?>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user