diff --git a/application/views/scripts/role/list.phtml b/application/views/scripts/role/list.phtml index f82271e8d..0ffaa15ff 100644 --- a/application/views/scripts/role/list.phtml +++ b/application/views/scripts/role/list.phtml @@ -12,31 +12,30 @@ 'title' => $this->translate('Create a new role') ) ) ?> -
= $this->translate('Name') ?> | +isEmpty()): ?> +
---|
= $this->translate('Name') ?> | //= $this->translate('Permissions') ?> //= $this->translate('Restrictions') ?> -= $this->translate('Users') ?> | -= $this->translate('Groups') ?> | -|
---|---|---|---|
- = $this->qlink( - $name, - 'role/edit', - array('role' => $name), - array('title' => sprintf($this->translate('Edit role %s'), $name)) - ); ?> - | += $this->translate('Users') ?> | += $this->translate('Groups') ?> | +|
+ = $this->qlink( + $name, + 'role/edit', + array('role' => $name), + array('title' => sprintf($this->translate('Edit role %s'), $name)) + ); ?> + | //= $this->escape($role->permissions, 0, 50) ?> --> -= $this->escape($role->users) ?> | -= $this->escape($role->groups) ?> | -- = $this->qlink( - '', - 'role/remove', - array('role' => $name), - array( - 'icon' => 'trash', - 'title' => sprintf($this->translate('Remove role %s'), $name) - ) - ); ?> - | -