Security: Add view script for removing roles

refs #5647
This commit is contained in:
Eric Lippmann 2014-11-19 14:41:05 +01:00
parent f7076816eb
commit 2c5ff341d5
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
<div class="content">
<h1><?= sprintf($this->translate('Remove Role %s'), $name) ?></h1>
<?= $form ?>
</div>