2015-01-28 14:15:16 +01:00
|
|
|
<div class="controls" data-base-target="_main">
|
2014-08-29 15:16:13 +02:00
|
|
|
<?= $tabs; ?>
|
|
|
|
</div>
|
|
|
|
<div class="content" data-base-target="_next">
|
2015-02-25 18:00:28 +01:00
|
|
|
<h1 tabindex="-1" id="authentication-configuration">
|
2015-02-13 15:33:29 +01:00
|
|
|
<?= $this->translate('Authentication Configuration'); ?>
|
2015-02-12 16:43:08 +01:00
|
|
|
</h1>
|
2015-02-13 15:33:29 +01:00
|
|
|
<h2 tabindex="-1" id="authentication-new-backend" class="sr-only">
|
2015-02-12 16:43:08 +01:00
|
|
|
<?= t('New Authentication Backend'); ?>
|
|
|
|
</h2>
|
2014-08-29 15:16:13 +02:00
|
|
|
<p>
|
|
|
|
<a href="<?= $this->href('/config/createAuthenticationBackend'); ?>">
|
2015-02-16 10:52:42 +01:00
|
|
|
<?= $this->icon('plus'); ?><?= $this->translate('Create A New Authentication Backend'); ?>
|
2014-08-29 15:16:13 +02:00
|
|
|
</a>
|
|
|
|
</p>
|
2015-02-13 15:33:29 +01:00
|
|
|
<h2 tabindex="-1" id="authentication-reorder" class="sr-only">
|
2015-02-12 16:43:08 +01:00
|
|
|
<?= t('Reorder Authentication Backends'); ?>
|
|
|
|
</h2>
|
|
|
|
<div id="authentication-reorder-form">
|
|
|
|
<?= $form; ?>
|
|
|
|
</div>
|
2014-11-13 20:08:58 +01:00
|
|
|
</div>
|