From a17375f7fe7adf74534e9fcccaebdbc621ee583a Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Wed, 30 Sep 2015 11:47:26 +0200 Subject: [PATCH] Show the create a new user backend link as button refs #5543 --- .../scripts/config/userbackend/reorder.phtml | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/application/views/scripts/config/userbackend/reorder.phtml b/application/views/scripts/config/userbackend/reorder.phtml index 174840d23..3c8779e58 100644 --- a/application/views/scripts/config/userbackend/reorder.phtml +++ b/application/views/scripts/config/userbackend/reorder.phtml @@ -1,11 +1,16 @@
- +
- - icon('plus'); ?>translate('Create A New User Backend'); ?> - -
- -
+ qlink( + $this->translate('Create A New User Backend') , + 'config/createuserbackend', + null, + array( + 'class' => 'button action-link', + 'icon' => 'plus', + 'title' => $this->translate('Create a new user backend') + ) + ) ?> +