Fix userbackend/reorder markup

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-30 23:20:59 +02:00
parent aec74659f0
commit 79ee288131
1 changed files with 2 additions and 2 deletions

View File

@ -1,13 +1,13 @@
<div class="controls">
<?= $tabs ?>
</div>
<div class="content" data-base-target="_next">
<div class="content">
<?= $this->qlink(
$this->translate('Create A New User Backend') ,
'config/createuserbackend',
null,
array(
'class' => 'button action-link',
'class' => 'button-link',
'data-base-target' => '_next',
'icon' => 'plus',
'title' => $this->translate('Create a new user backend')