parent
aec74659f0
commit
79ee288131
|
@ -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')
|
||||||
|
|
Loading…
Reference in New Issue