Security: Remove view scripts for creating, updating and removing roles and permissions

Thos are supersed by role management.

refs #5647
This commit is contained in:
Eric Lippmann 2014-11-19 14:42:04 +01:00
parent 2c5ff341d5
commit bd400855e8
6 changed files with 0 additions and 24 deletions

View File

@ -1,4 +0,0 @@
<div class="content">
<h1><?= $this->translate('New Permission') ?></h1>
<?= $form ?>
</div>

View File

@ -1,4 +0,0 @@
<div class="content">
<h1><?= $this->translate('New Restriction') ?></h1>
<?= $form ?>
</div>

View File

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

View File

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

View File

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

View File

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