Security: Add view script for updating roles

refs #5647
This commit is contained in:
Eric Lippmann 2014-11-19 14:36:53 +01:00
parent a4744fa550
commit 3b680c7885
1 changed files with 4 additions and 0 deletions

View File

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