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