Bugzilla – Attachment 151617 Details for
Bug 33808
Accessibility: Non-descriptive links
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33808: Add aria-labels in reports-toolbar.inc
Bug-33808-Add-aria-labels-in-reports-toolbarinc.patch (text/plain), 1.79 KB, created by
Matt Blenkinsop
on 2023-05-24 09:24:42 UTC
(
hide
)
Description:
Bug 33808: Add aria-labels in reports-toolbar.inc
Filename:
MIME Type:
Creator:
Matt Blenkinsop
Created:
2023-05-24 09:24:42 UTC
Size:
1.79 KB
patch
obsolete
>From 1441b7634c16049207dd758705c0ab1f4a1b97b1 Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >Date: Tue, 23 May 2023 14:01:40 +0000 >Subject: [PATCH] Bug 33808: Add aria-labels in reports-toolbar.inc > >This patch adds an aria-label and an aria-haspopup to Download buttons identified as non-descriptive in accessibility testing >--- > koha-tmpl/intranet-tmpl/prog/en/includes/reports-toolbar.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/reports-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/reports-toolbar.inc >index 5291fda6f8..fafa2421bd 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/reports-toolbar.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/reports-toolbar.inc >@@ -112,7 +112,7 @@ > > > <div class="btn-group"> >- <button class="btn btn-default dropdown-toggle" data-toggle="dropdown" id="format"><i class="fa fa-download"></i> Download <span class="caret"></span></button> >+ <button class="btn btn-default dropdown-toggle" aria-haspopup="menu" aria-label="Select format and download report results" data-toggle="dropdown" id="format"><i class="fa fa-download"></i> Download <span class="caret"></span></button> > <ul class="dropdown-menu"> > <li><a id="csv" href="/cgi-bin/koha/reports/guided_reports.pl?reports=1&phase=Export&format=csv&report_id=[% id | html %]&reportname=[% name |uri %][% PROCESS params %]">[% PROCESS 'delimiter_text.inc' %]</a></li> > <li><a id="tab" href="/cgi-bin/koha/reports/guided_reports.pl?reports=1&phase=Export&format=tab&report_id=[% id | html %]&reportname=[% name |uri %][% PROCESS params %]">Tab separated text</a></li> >-- >2.37.1 (Apple Git-137.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 33808
:
151564
|
151565
|
151566
|
151567
|
151597
|
151598
|
151599
|
151617
|
151621
|
153495
|
153496
|
153497
|
153498