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') + ) + ) ?> +