mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-26 11:19:14 +02:00
17 lines
473 B
PHTML
17 lines
473 B
PHTML
<div class="controls">
|
|
<?= $this->tabs->showOnlyCloseButton() ?>
|
|
</div>
|
|
<div class="content">
|
|
<h1 tabindex="-1" id="authentication-create">
|
|
<?= $this->translate('Create New Authentication Backend'); ?>
|
|
</h1>
|
|
<p>
|
|
<?= $this->translate(
|
|
'Create a new backend for authenticating your users. This backend will be added at the end of your authentication order.'
|
|
); ?>
|
|
</p>
|
|
<div>
|
|
<?= $form; ?>
|
|
</div>
|
|
</div>
|