diff --git a/application/views/scripts/role/list.phtml b/application/views/scripts/role/list.phtml index aad400425..8f643dc04 100644 --- a/application/views/scripts/role/list.phtml +++ b/application/views/scripts/role/list.phtml @@ -7,7 +7,7 @@ 'role/add', null, array( - 'class' => 'button action-link', + 'class' => 'button-link', 'data-base-target' => '_next', 'icon' => 'plus', 'title' => $this->translate('Create a new role') @@ -17,41 +17,41 @@
= $this->translate('No roles found.') ?>
= $this->translate('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->users) ?> | -= $this->escape($role->groups) ?> | -- = $this->qlink( - '', - 'role/remove', - array('role' => $name), - array( - 'class' => 'action-link', - 'icon' => 'cancel', - 'title' => sprintf($this->translate('Remove role %s'), $name) - ) - ) ?> - | -
= $this->translate('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->users) ?> | += $this->escape($role->groups) ?> | ++ = $this->qlink( + '', + 'role/remove', + array('role' => $name), + array( + 'class' => 'action-link', + 'icon' => 'cancel', + 'title' => sprintf($this->translate('Remove role %s'), $name) + ) + ) ?> + | +