diff --git a/application/views/scripts/security/index.phtml b/application/views/scripts/security/index.phtml
index 26ffcc7a6..3dc571ce9 100644
--- a/application/views/scripts/security/index.phtml
+++ b/application/views/scripts/security/index.phtml
@@ -1,8 +1,8 @@
-
= $this->translate('Permissions') ?>
- isEmpty()): ?>
- = $this->translate('No permissions found.') ?>
+
= $this->translate('Roles') ?>
+ isEmpty()): ?>
+ = $this->translate('No roles found.') ?>
@@ -14,20 +14,20 @@
- $permission): /** @var object $permission */ ?>
+ $role): /** @var object $role */ ?>
|
= $this->escape($name) ?>
|
- = $this->escape($permission->permissions) ?> |
- = $this->escape($permission->users) ?> |
- = $this->escape($permission->groups) ?> |
+ = $this->escape($role->permissions) ?> |
+ = $this->escape($role->users) ?> |
+ = $this->escape($role->groups) ?> |
-
- = $this->translate('Remove permission') ?>
+
+ = $this->translate('Remove role') ?>
|
@@ -35,50 +35,8 @@
-
- = $this->translate('Grant Permissions') ?>
-
-
-
-
= $this->translate('Restrictions') ?>
- isEmpty()): ?>
- = $this->translate('No restrictions found.') ?>
-
-
-
-
- | = $this->translate('Name') ?> |
- = $this->translate('Restriction Name') ?> |
- = $this->translate('Restriction') ?> |
- = $this->translate('Users') ?> |
- = $this->translate('Groups') ?> |
-
-
-
- $restriction): /** @var object $restriction */ ?>
-
- |
- = $this->escape($name) ?>
-
- |
- = $this->escape($restriction->name) ?> |
- = $this->escape($restriction->restriction) ?> |
- = $this->escape($restriction->users) ?> |
- = $this->escape($restriction->groups) ?> |
-
-
- = $this->translate('Remove restriction') ?>
-
- |
-
-
-
-
-
-
- = $this->translate('Set Restriction') ?>
+
+ = $this->translate('New Role') ?>