Header: Adapt authentication config dialog
This commit is contained in:
parent
a0e4e4d1fa
commit
d21833fbf2
|
@ -2,7 +2,7 @@
|
|||
<?= $this->tabs->showOnlyCloseButton() ?>
|
||||
</div>
|
||||
<div class="content">
|
||||
<h1 tabindex="0" id="authentication-create">
|
||||
<h1 tabindex="-1" id="authentication-create">
|
||||
<?= $this->translate('Create New Authentication Backend'); ?>
|
||||
</h1>
|
||||
<p>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<?= $this->tabs->showOnlyCloseButton() ?>
|
||||
</div>
|
||||
<div class="content">
|
||||
<h1 tabindex="0" id="authentication-modify">
|
||||
<h1 tabindex="-1" id="authentication-modify">
|
||||
<?= $this->translate('Edit Backend'); ?>
|
||||
</h1>
|
||||
<div>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<?= $this->tabs->showOnlyCloseButton() ?>
|
||||
</div>
|
||||
<div class="content">
|
||||
<h1 tabindex="0" id="authentication-remove">
|
||||
<h1 tabindex="-1" id="authentication-remove">
|
||||
<?= $this->translate('Remove Backend'); ?>
|
||||
</h1>
|
||||
<div>
|
||||
|
|
|
@ -2,21 +2,20 @@
|
|||
<?= $tabs; ?>
|
||||
</div>
|
||||
<div class="content" data-base-target="_next">
|
||||
<h1 tabindex="0" id="authentication-reorder">
|
||||
<?= t('Authentication Configuration'); ?>
|
||||
<h1 tabindex="-1" id="authentication-reorder">
|
||||
<?= $this->translate('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>
|
||||
<h3 class="sr-only"><?= $this->translate('Skip Links'); ?></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<a tabindex="0" href="#authentication-reorder-form">
|
||||
<?= t('Skip To Authentication Reorder Form'); ?>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<h2 tabindex="0" id="authentication-new-backend" class="sr-only">
|
||||
<h2 tabindex="-1" id="authentication-new-backend" class="sr-only">
|
||||
<?= t('New Authentication Backend'); ?>
|
||||
</h2>
|
||||
<p>
|
||||
|
@ -24,7 +23,7 @@
|
|||
<?= $this->icon('plus', null, array('aria-hidden' => 'true')); ?><?= $this->translate('Create A New Authentication Backend'); ?>
|
||||
</a>
|
||||
</p>
|
||||
<h2 tabindex="0" id="authentication-reorder" class="sr-only">
|
||||
<h2 tabindex="-1" id="authentication-reorder" class="sr-only">
|
||||
<?= t('Reorder Authentication Backends'); ?>
|
||||
</h2>
|
||||
<div id="authentication-reorder-form">
|
||||
|
|
Loading…
Reference in New Issue