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

10 lines
233 B
PHTML

<div class="controls">
<?= $tabs->showOnlyCloseButton() ?>
</div>
<div class="content">
<h1 tabindex="-1" id="roles-remove">
<?= sprintf($this->translate('Remove Role %s'), $name) ?>
</h1>
<?= $form ?>
</div>