Fix target of the create a new user backend link

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-30 22:51:59 +02:00
parent b333439b2e
commit 22718f158d
1 changed files with 4 additions and 3 deletions

View File

@ -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 ?>