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-12 16:43:08 +01:00
|
|
|
<h1 tabindex="0" id="authentication-reorder">
|
|
|
|
<?= t('Authentication Configuration'); ?>
|
|
|
|
</h1>
|
|
|
|
<div class="skip-links skip-links-inline">
|
|
|
|
<nav>
|
|
|
|
<ul>
|
|
|
|
<li>
|
|
|
|
<a tabindex="0" href="#authentication-reorder-form">
|
|
|
|
<?= t('Skip To Authentication Reorder Form'); ?>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</nav>
|
|
|
|
</div>
|
|
|
|
<h2 tabindex="0" id="authentication-new-backend" class="sr-only">
|
|
|
|
<?= t('New Authentication Backend'); ?>
|
|
|
|
</h2>
|
2014-08-29 15:16:13 +02:00
|
|
|
<p>
|
|
|
|
<a href="<?= $this->href('/config/createAuthenticationBackend'); ?>">
|
2015-02-12 13:47:00 +01:00
|
|
|
<?= $this->icon('plus', null, array('aria-hidden' => 'true')); ?><?= $this->translate('Create A New Authentication Backend'); ?>
|
2014-08-29 15:16:13 +02:00
|
|
|
</a>
|
|
|
|
</p>
|
2015-02-12 16:43:08 +01:00
|
|
|
<h2 tabindex="0" id="authentication-reorder" class="sr-only">
|
|
|
|
<?= t('Reorder Authentication Backends'); ?>
|
|
|
|
</h2>
|
|
|
|
<div id="authentication-reorder-form">
|
|
|
|
<?= $form; ?>
|
|
|
|
</div>
|
2014-11-13 20:08:58 +01:00
|
|
|
</div>
|