From 612e62f85339aac548cf3683c94daf624ecc7b98 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Wed, 30 Sep 2015 23:22:16 +0200 Subject: [PATCH] Fix role/list markup refs #5543 --- application/views/scripts/role/list.phtml | 74 +++++++++++------------ 1 file changed, 37 insertions(+), 37 deletions(-) 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 @@

translate('No roles found.') ?>

- - - - - - - - - - $role): /** @var object $role */ ?> - - - - - - - - + + + + + + + + + + $role): /** @var object $role */ ?> + + + + + + + +
translate('Name') ?>translate('Users') ?>translate('Groups') ?>
- qlink( - $name, - 'role/edit', - array('role' => $name), - array('title' => sprintf($this->translate('Edit role %s'), $name)) - ) ?> - escape($role->users) ?>escape($role->groups) ?> - qlink( - '', - 'role/remove', - array('role' => $name), - array( - 'class' => 'action-link', - 'icon' => 'cancel', - 'title' => sprintf($this->translate('Remove role %s'), $name) - ) - ) ?> -
translate('Name') ?>translate('Users') ?>translate('Groups') ?>
+ qlink( + $name, + 'role/edit', + array('role' => $name), + array('title' => sprintf($this->translate('Edit role %s'), $name)) + ) ?> + escape($role->users) ?>escape($role->groups) ?> + qlink( + '', + 'role/remove', + array('role' => $name), + array( + 'class' => 'action-link', + 'icon' => 'cancel', + 'title' => sprintf($this->translate('Remove role %s'), $name) + ) + ) ?> +