10 lines
327 B
PHTML
10 lines
327 B
PHTML
<div class="controls">
|
|
<?= $this->tabs->showOnlyCloseButton() ?>
|
|
</div>
|
|
<h4><?= $this->translate('Create New Authentication Backend'); ?></h4>
|
|
<p>
|
|
<?= $this->translate(
|
|
'Create a new backend for authenticating your users. This backend will be added at the end of your authentication order.'
|
|
); ?>
|
|
</p>
|
|
<?= $form; ?> |