= $this->translate('No roles found.') ?>
= $this->translate('Name') ?> | = $this->translate('Users') ?> | = $this->translate('Groups') ?> | = $this->translate('Inherits From') ?> | |
---|---|---|---|---|
= $this->qlink( $name, 'role/edit', array('role' => $name), array('title' => sprintf($this->translate('Edit role %s'), $name)) ) ?> | = $this->escape($role->users) ?> | = $this->escape($role->groups) ?> | = $this->escape($role->parent) ?> | = $this->qlink( '', 'role/remove', array('role' => $name), array( 'class' => 'action-link', 'icon' => 'cancel', 'title' => sprintf($this->translate('Remove role %s'), $name) ) ) ?> |