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

10 lines
233 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-remove">
<?= sprintf($this->translate('Remove Role %s'), $name) ?>
</h1>
<?= $form ?>
</div>