From 5eab1c83edb3b95c49491b7585dfa0a2fbf9f484 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 Signed-off-by: Jonathan Druart Signed-off-by: Jonathan Druart --- 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.39.2
Your chargesYour charges