2015-07-29 17:18:52 +02:00
|
|
|
<div class="controls">
|
2014-08-29 15:16:13 +02:00
|
|
|
<?= $tabs; ?>
|
|
|
|
</div>
|
|
|
|
<div class="content" data-base-target="_next">
|
2015-09-22 14:12:08 +02:00
|
|
|
<a href="<?= $this->href('config/createuserbackend'); ?>">
|
2015-06-02 09:58:57 +02:00
|
|
|
<?= $this->icon('plus'); ?><?= $this->translate('Create A New User Backend'); ?>
|
2015-03-12 12:12:34 +01:00
|
|
|
</a>
|
2015-02-12 16:43:08 +01:00
|
|
|
<div id="authentication-reorder-form">
|
|
|
|
<?= $form; ?>
|
|
|
|
</div>
|
2014-11-13 20:08:58 +01:00
|
|
|
</div>
|