Header: Adapt authentication config dialog

This commit is contained in:
Marius Hein 2015-02-13 15:33:29 +01:00
parent a0e4e4d1fa
commit d21833fbf2
4 changed files with 15 additions and 16 deletions

View File

@ -2,7 +2,7 @@
<?= $this->tabs->showOnlyCloseButton() ?> <?= $this->tabs->showOnlyCloseButton() ?>
</div> </div>
<div class="content"> <div class="content">
<h1 tabindex="0" id="authentication-create"> <h1 tabindex="-1" id="authentication-create">
<?= $this->translate('Create New Authentication Backend'); ?> <?= $this->translate('Create New Authentication Backend'); ?>
</h1> </h1>
<p> <p>

View File

@ -2,7 +2,7 @@
<?= $this->tabs->showOnlyCloseButton() ?> <?= $this->tabs->showOnlyCloseButton() ?>
</div> </div>
<div class="content"> <div class="content">
<h1 tabindex="0" id="authentication-modify"> <h1 tabindex="-1" id="authentication-modify">
<?= $this->translate('Edit Backend'); ?> <?= $this->translate('Edit Backend'); ?>
</h1> </h1>
<div> <div>

View File

@ -2,7 +2,7 @@
<?= $this->tabs->showOnlyCloseButton() ?> <?= $this->tabs->showOnlyCloseButton() ?>
</div> </div>
<div class="content"> <div class="content">
<h1 tabindex="0" id="authentication-remove"> <h1 tabindex="-1" id="authentication-remove">
<?= $this->translate('Remove Backend'); ?> <?= $this->translate('Remove Backend'); ?>
</h1> </h1>
<div> <div>

View File

@ -2,21 +2,20 @@
<?= $tabs; ?> <?= $tabs; ?>
</div> </div>
<div class="content" data-base-target="_next"> <div class="content" data-base-target="_next">
<h1 tabindex="0" id="authentication-reorder"> <h1 tabindex="-1" id="authentication-reorder">
<?= t('Authentication Configuration'); ?> <?= $this->translate('Authentication Configuration'); ?>
</h1> </h1>
<div class="skip-links skip-links-inline"> <div class="skip-links skip-links-inline">
<nav> <h3 class="sr-only"><?= $this->translate('Skip Links'); ?></h3>
<ul> <ul>
<li> <li>
<a tabindex="0" href="#authentication-reorder-form"> <a tabindex="0" href="#authentication-reorder-form">
<?= t('Skip To Authentication Reorder Form'); ?> <?= t('Skip To Authentication Reorder Form'); ?>
</a> </a>
</li> </li>
</ul> </ul>
</nav>
</div> </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'); ?> <?= t('New Authentication Backend'); ?>
</h2> </h2>
<p> <p>
@ -24,7 +23,7 @@
<?= $this->icon('plus', null, array('aria-hidden' => 'true')); ?><?= $this->translate('Create A New Authentication Backend'); ?> <?= $this->icon('plus', null, array('aria-hidden' => 'true')); ?><?= $this->translate('Create A New Authentication Backend'); ?>
</a> </a>
</p> </p>
<h2 tabindex="0" id="authentication-reorder" class="sr-only"> <h2 tabindex="-1" id="authentication-reorder" class="sr-only">
<?= t('Reorder Authentication Backends'); ?> <?= t('Reorder Authentication Backends'); ?>
</h2> </h2>
<div id="authentication-reorder-form"> <div id="authentication-reorder-form">