2014-10-14 17:54:52 +02:00
|
|
|
<div class="controls">
|
|
|
|
<?= $this->tabs->showOnlyCloseButton() ?>
|
|
|
|
</div>
|
2014-08-29 15:16:13 +02:00
|
|
|
<h4><?= $this->translate('Create New Authentication Backend'); ?></h4>
|
2013-08-26 16:56:23 +02:00
|
|
|
<p>
|
2014-08-29 15:16:13 +02:00
|
|
|
<?= $this->translate(
|
|
|
|
'Create a new backend for authenticating your users. This backend will be added at the end of your authentication order.'
|
|
|
|
); ?>
|
2013-08-26 16:56:23 +02:00
|
|
|
</p>
|
2014-08-29 15:16:13 +02:00
|
|
|
<?= $form; ?>
|