Bugzilla – Attachment 153497 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 basket.tt
Bug-33808-Add-aria-labels-in-baskettt.patch (text/plain), 1.83 KB, created by
Kyle M Hall (khall)
on 2023-07-14 18:02:01 UTC
(
hide
)
Description:
Bug 33808: Add aria-labels in basket.tt
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2023-07-14 18:02:01 UTC
Size:
1.83 KB
patch
obsolete
>From 7af437513e040df75dab6dca144ac0657bae70f8 Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >Date: Tue, 23 May 2023 14:00:59 +0000 >Subject: [PATCH] Bug 33808: Add aria-labels in basket.tt > >This patch adds an aria-label and an aria-haspopup to Download buttons >identified as non-descriptive in accessibility testing > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt >index 2d6fb1fdf6..85cf354cd2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt >@@ -50,7 +50,7 @@ > > <a class="btn btn-default" href="basket.pl" id="send_cart"><i class="fa-solid fa-envelope"></i> Send</a> > <div class="btn-group"> >- <a class="btn btn-default dropdown-toggle" data-toggle="dropdown" href="#" id="downloadcart"><i class="fa fa-download"></i> Download <span class="caret"></span> </a> >+ <a class="btn btn-default dropdown-toggle" aria-haspopup="menu" aria-label="Select format and download basket" data-toggle="dropdown" href="#" id="downloadcart"><i class="fa fa-download"></i> Download <span class="caret"></span> </a> > <ul class="dropdown-menu"> > <li><a href="/cgi-bin/koha/basket/downloadcart.pl?format=iso2709&bib_list=[% bib_list | uri %]">iso2709</a></li> > <li><a href="/cgi-bin/koha/basket/downloadcart.pl?format=ris&bib_list=[% bib_list | uri %]">RIS</a></li> >-- >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 33808
:
151564
|
151565
|
151566
|
151567
|
151597
|
151598
|
151599
|
151617
|
151621
|
153495
|
153496
| 153497 |
153498