Skip to content

Commit

Permalink
Fix target of the create a new user backend link
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Sep 30, 2015
1 parent b333439 commit 22718f1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions application/views/scripts/config/userbackend/reorder.phtml
Expand Up @@ -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')
)
) ?>
<?= $form ?>
Expand Down

0 comments on commit 22718f1

Please sign in to comment.