mirror of
https://github.com/nextcloud/server.git
synced 2026-06-06 23:34:22 -04:00
Merge pull request #43369 from nextcloud/fix/a11y/42855/add-last-two-aria-labels-for-icons
fix: added last two places for aria-labels on setting icons
This commit is contained in:
commit
2db24f52f1
2 changed files with 11 additions and 4 deletions
|
|
@ -53,9 +53,11 @@ $mail_sendmailmode = [
|
|||
<div class="section" id="mail_general_settings">
|
||||
<form id="mail_general_settings_form" class="mail_settings">
|
||||
<h2><?php p($l->t('Email server'));?></h2>
|
||||
<a target="_blank" rel="noreferrer noopener" class="icon-info"
|
||||
title="<?php p($l->t('Open documentation'));?>"
|
||||
href="<?php p(link_to_docs('admin-email')); ?>"></a>
|
||||
<a target="_blank"
|
||||
rel="noreferrer noopener" class="icon-info"
|
||||
title="<?php p($l->t('Open documentation'));?>"
|
||||
href="<?php p(link_to_docs('admin-email')); ?>"
|
||||
aria-label="<?php p($l->t('Open documentation'));?>"></a>
|
||||
<p class="settings-hint">
|
||||
<?php p($l->t('It is important to set up this server to be able to send emails, like for password reset and notifications.')); ?>
|
||||
</p>
|
||||
|
|
|
|||
|
|
@ -30,7 +30,12 @@
|
|||
<div id="security-warning" class="section">
|
||||
<div class="security-warning__heading">
|
||||
<h2><?php p($l->t('Security & setup warnings'));?></h2>
|
||||
<a target="_blank" rel="noreferrer" class="icon-info" title="<?php p($l->t('Open documentation'));?>" href="<?php p(link_to_docs('admin-warnings')); ?>"></a>
|
||||
<a target="_blank"
|
||||
rel="noreferrer"
|
||||
class="icon-info"
|
||||
title="<?php p($l->t('Open documentation'));?>"
|
||||
href="<?php p(link_to_docs('admin-warnings')); ?>"
|
||||
aria-label="<?php p($l->t('Open documentation')); ?>"></a>
|
||||
</div>
|
||||
<p class="settings-hint"><?php p($l->t('It\'s important for the security and performance of your instance that everything is configured correctly. To help you with that we are doing some automatic checks. Please see the linked documentation for more information.'));?></p>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue