Bugzilla – Attachment 106500 Details for
Bug 25244
Accessibility: Checkboxes on the search results page do not contain specific aria labels
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25244: (follow-up) QA corrections
Bug-25244-follow-up-QA-corrections.patch (text/plain), 3.54 KB, created by
Martin Renvoize (ashimema)
on 2020-07-03 12:58:45 UTC
(
hide
)
Description:
Bug 25244: (follow-up) QA corrections
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2020-07-03 12:58:45 UTC
Size:
3.54 KB
patch
obsolete
>From 379ca534b4fa5a836ef845cd860049d612ceeb09 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Fri, 3 Jul 2020 13:57:42 +0100 >Subject: [PATCH] Bug 25244: (follow-up) QA corrections > >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt >index 2c32142855..3fd522cf62 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt >@@ -246,14 +246,14 @@ > [% END %] > <td class="select selectcol"> > [% IF Koha.Preference( 'opacbookbag' ) == 1 %] >- <input type="checkbox" class="cb" id="bib[% SEARCH_RESULT.biblionumber | html %]" name="biblionumber" value="[% SEARCH_RESULT.biblionumber | html %]" aria-label="Select item: [% check_title %]" /> <label for="bib[% SEARCH_RESULT.biblionumber | html %]"></label> >+ <input type="checkbox" class="cb" id="bib[% SEARCH_RESULT.biblionumber | html %]" name="biblionumber" value="[% SEARCH_RESULT.biblionumber | html %]" aria-label="Select search result: [% check_title | html %]" /> <label for="bib[% SEARCH_RESULT.biblionumber | html %]"></label> > [% ELSE %] > [% IF Koha.Preference( 'virtualshelves' ) == 1 %] >- <input type="checkbox" class="cb" id="bib[% SEARCH_RESULT.biblionumber | html %]" name="biblionumber" value="[% SEARCH_RESULT.biblionumber | html %]" aria-label="Select item: [% check_title %]"/> <label for="bib[% SEARCH_RESULT.biblionumber | html %]"></label> >+ <input type="checkbox" class="cb" id="bib[% SEARCH_RESULT.biblionumber | html %]" name="biblionumber" value="[% SEARCH_RESULT.biblionumber | html %]" aria-label="Select search result: [% check_title | html %]"/> <label for="bib[% SEARCH_RESULT.biblionumber | html %]"></label> > [% ELSE %] > [% IF Koha.Preference( 'RequestOnOpac' ) == 1 %] > [% UNLESS ( SEARCH_RESULT.norequests ) %] >- [% IF Koha.Preference( 'opacuserlogin' ) == 1 %]<input type="checkbox" class="cb" id="bib[% SEARCH_RESULT.biblionumber | html %]" name="biblionumber" value="[% SEARCH_RESULT.biblionumber | html %]" aria-label="Select item: [% check_title %]"/> <label for="bib[% SEARCH_RESULT.biblionumber | html %]"></label> >+ [% IF Koha.Preference( 'opacuserlogin' ) == 1 %]<input type="checkbox" class="cb" id="bib[% SEARCH_RESULT.biblionumber | html %]" name="biblionumber" value="[% SEARCH_RESULT.biblionumber | html %]" aria-label="Select search result: [% check_title | html %]"/> <label for="bib[% SEARCH_RESULT.biblionumber | html %]"></label> > [% END %] > [% END %] > [% END # IF RequestOnOpac %] >-- >2.20.1
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 25244
:
106404
|
106406
|
106499
|
106500
|
106511
|
106512
|
107109