Bugzilla – Attachment 170835 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 label to opac search bar
Bug-37758-Add-descriptive-label-to-opac-search-bar.patch (text/plain), 1.98 KB, created by
Laura Escamilla
on 2024-08-28 17:38:28 UTC
(
hide
)
Description:
Bug 37758: Add descriptive label to opac search bar
Filename:
MIME Type:
Creator:
Laura Escamilla
Created:
2024-08-28 17:38:28 UTC
Size:
1.98 KB
patch
obsolete
>From ec4250c20a05caec47ac4892454d8d270b259266 Mon Sep 17 00:00:00 2001 >From: Laura_Escamilla <laura.escamilla@bywatersolutions.com> >Date: Wed, 28 Aug 2024 17:35:00 +0000 >Subject: [PATCH] Bug 37758: Add descriptive label to opac search bar > >--- > 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 cda06d56eb..6548e1141b 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc >@@ -245,8 +245,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