From 2b8401b783e19b02550214c23f6b05119f40d20a Mon Sep 17 00:00:00 2001 From: Wainui Witika-Park Date: Tue, 15 Jun 2021 04:26:24 +0000 Subject: [PATCH] Bug 28243: reviews folder Added captions to tables for accessibility purposes, some of these include class="sr-only" so that they are not visible, but they are still present for those who use screen-readers. To test: 1) Apply patch and dependencies 2) Go to Staff Client 3) Go to the reviews/reviewswaiting page 4) Check that the page has a table 5) Check that the table has a caption to describe it and that it is hidden with "sr-only" Sponsored-by: Catalyst IT --- koha-tmpl/intranet-tmpl/prog/en/modules/reviews/reviewswaiting.tt | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reviews/reviewswaiting.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reviews/reviewswaiting.tt index ef01a2b3c1..df8d6d5640 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reviews/reviewswaiting.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reviews/reviewswaiting.tt @@ -49,6 +49,7 @@ [% IF ( reviews ) %] +
Comments
Commenter -- 2.11.0