diff --git a/application/views/scripts/roles/index.phtml b/application/views/scripts/roles/index.phtml index 758376c53..c08a0b6a4 100644 --- a/application/views/scripts/roles/index.phtml +++ b/application/views/scripts/roles/index.phtml @@ -11,8 +11,8 @@ translate('Name') ?> - translate('Permissions') ?> - translate('Restrictions') ?> +translate('Permissions') ?> +translate('Restrictions') ?> translate('Users') ?> translate('Groups') ?> @@ -26,28 +26,28 @@ - escape($role->permissions, 0, 50) ?> - - without(...) or $role->shift(...) would be nice! - $restrictions = clone $role; - unset($restrictions['users']); - unset($restrictions['groups']); - unset($restrictions['permissions']); - ?> - - - - $restriction): ?> - - - - - - -
escape($restrictionName) ?>escape($restriction) ?>
- - +escape($role->permissions, 0, 50) ?> + +without(...) or $role->shift(...) would be nice! +// $restrictions = clone $role; +// unset($restrictions['users']); +// unset($restrictions['groups']); +// unset($restrictions['permissions']); +// ?> + + + + $restriction): ?> + +escape($restrictionName) ?> +escape($restriction) ?> + + + + + + escape($role->users) ?> escape($role->groups) ?>