11 lines
314 B
PHTML
11 lines
314 B
PHTML
|
<div class="controls">
|
||
|
<?= $tabs; ?>
|
||
|
</div>
|
||
|
<div class="content" data-base-target="_next">
|
||
|
<p>
|
||
|
<a href="<?= $this->href('/config/createAuthenticationBackend'); ?>">
|
||
|
<?= $this->icon('create.png'); ?><?= $this->translate('Create A New Authentication Backend'); ?>
|
||
|
</a>
|
||
|
</p>
|
||
|
<?= $form; ?>
|
||
|
</div>
|