From b319b05f528c0b1926da39b173f8376c330d67a2 Mon Sep 17 00:00:00 2001 From: Wainui Witika-Park Date: Sun, 25 Apr 2021 05:04:56 +0000 Subject: [PATCH] Bug 27876: Added caption to checkout history table Added a sr-only caption to the checkout history table but made it hidden and for screen-readers only. This is to keep it consistent with the Charges page and table but is also the best practice for tables. This ensures there is still no visible redundancy but is better for accessibility. To test: 1) Apply patch 2) Go to OPAC 3) Go to checkout history page 4) Check that the page looks the same 5) Check that the code has a caption "Your checkout history" that has the class "sr-only" Sponsored-by: Catalyst IT --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt index 324d587d19..58251bec73 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt @@ -84,6 +84,7 @@ [% END %]
+ -- 2.11.0
Your checkout history