Bugzilla – Attachment 170845 Details for
Bug 37758
Accessibility: "translControl1" field is missing a descriptive label
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37758: Add descriptive labels for accessibility
Bug-37758-Add-descriptive-labels-for-accessibility.patch (text/plain), 1.98 KB, created by
Laura Escamilla
on 2024-08-28 19:57:43 UTC
(
hide
)
Description:
Bug 37758: Add descriptive labels for accessibility
Filename:
MIME Type:
Creator:
Laura Escamilla
Created:
2024-08-28 19:57:43 UTC
Size:
1.98 KB
patch
obsolete
>From c7193ac3148e39ce9a003dc138f4ba19fec7fc71 Mon Sep 17 00:00:00 2001 >From: Laura_Escamilla <laura.escamilla@bywatersolutions.com> >Date: Wed, 28 Aug 2024 19:56:18 +0000 >Subject: [PATCH] Bug 37758: Add descriptive labels for accessibility > >--- > koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc >index 8519110ae3..6e6183f818 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc >@@ -246,8 +246,10 @@ > > <div class="col order-4 order-sm-3"> > [% IF ( !Koha.Preference( 'OpacAddMastheadLibraryPulldown' ) == 1 && mylibraryfirst ) %] >+ <label for="translControl1" class="visually-hidden">Search the catalog by keyword in [% Branches.GetName( mylibraryfirst ) | html %]</label> > <input type="text" class="transl1 form-control form-control-filtered" id="translControl1" name="q" value="[% ms_value | html %]" data-bs-toggle="tooltip" data-bs-placement="top" title="Searching in [% Branches.GetName( mylibraryfirst ) | html %] only" placeholder="Search the catalog by keyword" /><span id="translControl"></span> > [% ELSE %] >+ <label for="translControl1" class="visually-hidden">Search the catalog by keyword</label> > <input type="text" class="transl1 form-control" id="translControl1" name="q" value="[% ms_value | html %]" placeholder="Search the catalog by keyword" /><span id="translControl"></span> > [% END # /ms_value %] > </div> <!-- /.col --> >-- >2.39.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 37758
:
170834
|
170835
|
170836
|
170844
|
170845
|
170846
|
170878
|
170880