Bugzilla – Attachment 132377 Details for
Bug 29066
Remove text in OPAC search form and use Font Awesome icons
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29066: (follow-up) add aria-label and aria-hidden on icons
Bug-29066-follow-up-add-aria-label-and-aria-hidden.patch (text/plain), 2.25 KB, created by
Katrin Fischer
on 2022-03-28 22:31:59 UTC
(
hide
)
Description:
Bug 29066: (follow-up) add aria-label and aria-hidden on icons
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-03-28 22:31:59 UTC
Size:
2.25 KB
patch
obsolete
>From 0ef03ca52f044489b8eec35031fb35cbe7832f9e Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Fri, 14 Jan 2022 20:53:54 -1000 >Subject: [PATCH] Bug 29066: (follow-up) add aria-label and aria-hidden on > icons > >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc >index ecea32250b..85c929adb7 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc >@@ -167,7 +167,7 @@ > [% UNLESS ( Koha.Preference( 'OpacAddMastheadLibraryPulldown' ) == 1 ) %] > [% IF ( mylibraryfirst ) %] > <span title="Search in [% Branches.GetName( mylibraryfirst ) | html %] only"> >- <i class="fa fa-question-circle-o"></i> >+ <i class="fa fa-question-circle-o" aria-hidden="true"></i> > </span> > [% END %] > [% END %] >@@ -279,8 +279,8 @@ > [% END # / OpacAddMastheadLibraryPulldown %] > > <div class="order-5 col-sm-auto"> >- <button type="submit" id="searchsubmit" class="btn btn-primary" title="Search"> >- <i class="fa fa-search"></i> >+ <button type="submit" id="searchsubmit" class="btn btn-primary" title="Search" aria-label="Search"> >+ <i class="fa fa-search" aria-hidden="true"></i> > </button> > </div> > >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 29066
:
125084
|
125180
|
125181
|
128927
|
129519
|
130031
|
130032
|
130114
|
130115
|
132375
|
132376
|
132377
|
132854
|
132855
|
132947