From aca5c5b8d94d9aff13e9b6147e43334256e6317d Mon Sep 17 00:00:00 2001 From: Wainui Witika-Park Date: Fri, 23 Apr 2021 03:09:20 +0000 Subject: [PATCH] Bug 27876: added sr-only to caption of table in Charges page Made the "Your charges" caption of the table in the Charges page of the OPAC hidden and for screen-readers only so that it takes out redundancy. To test: 1) Apply patch 2) Go to OPAC 3) Go to Charges page 4) Ensure that there is no visible caption above the table that says "Your charges" 5) Check that the code has the caption still with sr-only class Sponsored-by: Catalyst IT --- koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc index 3cfc0f8877..3bd3c74e3b 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc +++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc @@ -2,7 +2,7 @@
[% IF ( ACCOUNT_LINES ) %] - + [% IF ENABLE_OPAC_PAYMENTS %][% END %] -- 2.11.0
Your chargesYour charges