From d5c82a6c82fd0d6d5a37656fdc892cbcd8259ec8 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Wed, 30 Sep 2015 11:36:11 +0200 Subject: [PATCH] Show the create a new role link as button refs #5543 --- application/views/scripts/role/list.phtml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/application/views/scripts/role/list.phtml b/application/views/scripts/role/list.phtml index f96593f33..f82271e8d 100644 --- a/application/views/scripts/role/list.phtml +++ b/application/views/scripts/role/list.phtml @@ -2,6 +2,16 @@
+ qlink( + $this->translate('Create A New Role') , + 'role/add', + null, + array( + 'class' => 'button action-link', + 'icon' => 'plus', + 'title' => $this->translate('Create a new role') + ) + ) ?>
isEmpty()): ?> translate('No roles found.') ?> @@ -67,8 +77,5 @@ - - translate('Create a New Role') ?> -