From 72d8847304e9458b23cce978729a332f0f2aa69c 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 Signed-off-by: Henry Bolshaw Signed-off-by: Nick Clemens --- 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 3f3e76f44a..71a8de27da 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