Bugzilla – Attachment 116020 Details for
Bug 27005
Adding a filter in the datatable of opac-readingrecord page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27005: (follow-up) Add missing aria-hidden attributes
Bug-27005-follow-up-Add-missing-aria-hidden-attrib.patch (text/plain), 1.81 KB, created by
Owen Leonard
on 2021-01-29 12:06:55 UTC
(
hide
)
Description:
Bug 27005: (follow-up) Add missing aria-hidden attributes
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2021-01-29 12:06:55 UTC
Size:
1.81 KB
patch
obsolete
>From 467612efc72c9ace16bc3a841fd745d4d2b732e3 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 29 Jan 2021 12:04:51 +0000 >Subject: [PATCH] Bug 27005: (follow-up) Add missing aria-hidden attributes > >--- > koha-tmpl/opac-tmpl/bootstrap/en/includes/columns_settings.inc | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/columns_settings.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/columns_settings.inc >index 2e702e1678..6b7971ff53 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/columns_settings.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/columns_settings.inc >@@ -47,7 +47,7 @@ function KohaTable(selector, dt_parameters, columns_settings) { > className: "dt_button_clear_filter", > titleAttr: _("Clear filter"), > enabled: false, >- text: '<i class="fa fa-lg fa-remove"></i> <span class="dt-button-text">' + _("Clear filter") + '</span>', >+ text: '<i class="fa fa-lg fa-remove" aria-hidden="true"></i> <span class="dt-button-text">' + _("Clear filter") + '</span>', > action: function ( e, dt, node, config ) { > dt.search( "" ).draw("page"); > node.addClass("disabled"); >@@ -87,7 +87,7 @@ function KohaTable(selector, dt_parameters, columns_settings) { > columns: included_ids, > className: "columns_controls", > titleAttr: _("Columns settings"), >- text: '<i class="fa fa-lg fa-gear"></i> <span class="dt-button-text">' + _("Columns") + '</span>', >+ text: '<i class="fa fa-lg fa-gear" aria-hidden="true"></i> <span class="dt-button-text">' + _("Columns") + '</span>', > exportOptions: { > columns: exportColumns > } >-- >2.11.0
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 27005
:
113570
|
115683
|
115737
|
115877
|
115878
|
115928
|
115929
|
115930
|
116020
|
116199
|
116200
|
116201
|
116202