Minor tpl fixes

This commit is contained in:
Dennis Eichhorn 2018-09-09 20:26:17 +02:00
parent d7ea018c02
commit 316d564b65

View File

@ -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>