12 lines
347 B
PHTML
12 lines
347 B
PHTML
|
<div class="controls" data-base-target="_main">
|
||
|
<?= $tabs; ?>
|
||
|
</div>
|
||
|
<div class="content" data-base-target="_next">
|
||
|
<a href="<?= $this->href('/config/createuserbackend'); ?>">
|
||
|
<?= $this->icon('plus'); ?><?= $this->translate('Create A New User Backend'); ?>
|
||
|
</a>
|
||
|
<div id="authentication-reorder-form">
|
||
|
<?= $form; ?>
|
||
|
</div>
|
||
|
</div>
|