2015-07-29 17:18:52 +02:00
|
|
|
<div class="controls">
|
2015-09-30 11:47:26 +02:00
|
|
|
<?= $tabs ?>
|
2014-08-29 15:16:13 +02:00
|
|
|
</div>
|
2015-09-30 23:20:59 +02:00
|
|
|
<div class="content">
|
2015-09-30 11:47:26 +02:00
|
|
|
<?= $this->qlink(
|
|
|
|
$this->translate('Create A New User Backend') ,
|
|
|
|
'config/createuserbackend',
|
|
|
|
null,
|
|
|
|
array(
|
2015-09-30 23:20:59 +02:00
|
|
|
'class' => 'button-link',
|
2015-09-30 22:51:59 +02:00
|
|
|
'data-base-target' => '_next',
|
|
|
|
'icon' => 'plus',
|
|
|
|
'title' => $this->translate('Create a new user backend')
|
2015-09-30 11:47:26 +02:00
|
|
|
)
|
|
|
|
) ?>
|
|
|
|
<?= $form ?>
|
2014-11-13 20:08:58 +01:00
|
|
|
</div>
|