icingaweb2/application/views/scripts/roles/new.phtml

10 lines
208 B
PHTML
Raw Normal View History

2014-11-25 16:16:31 +01:00
<div class="controls">
<?= $tabs->showOnlyCloseButton() ?>
2014-11-25 16:16:31 +01:00
</div>
<div class="content">
<h1 tabindex="-1" id="roles-new">
<?= $this->translate('New Role') ?>
</h1>
<?= $form ?>
</div>