From 22718f158ddc546492ac97e7e722b75f4cffacfd Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Wed, 30 Sep 2015 22:51:59 +0200 Subject: [PATCH] Fix target of the create a new user backend link refs #5543 --- application/views/scripts/config/userbackend/reorder.phtml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/application/views/scripts/config/userbackend/reorder.phtml b/application/views/scripts/config/userbackend/reorder.phtml index 3c8779e58..4603fddf6 100644 --- a/application/views/scripts/config/userbackend/reorder.phtml +++ b/application/views/scripts/config/userbackend/reorder.phtml @@ -7,9 +7,10 @@ 'config/createuserbackend', null, array( - 'class' => 'button action-link', - 'icon' => 'plus', - 'title' => $this->translate('Create a new user backend') + 'class' => 'button action-link', + 'data-base-target' => '_next', + 'icon' => 'plus', + 'title' => $this->translate('Create a new user backend') ) ) ?>