From 8e816cde38730fb64e87f976227880fe566b77cb Mon Sep 17 00:00:00 2001 From: Wainui Witika-Park Date: Tue, 15 Jun 2021 05:53:56 +0000 Subject: [PATCH] Bug 28243: suggestion 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 suggestion/suggestion page 4) Check that the page has tables 5) Check that the tables have captions to describe them and that they are hidden with "sr-only" Sponsored-by: Catalyst IT --- koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt index 5d97276713..7d480d5fd0 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt @@ -230,6 +230,7 @@ + @@ -486,6 +487,7 @@ [% END %]
  • Suggestions
     
    + @@ -723,6 +725,7 @@

    Suggestions
     
    + -- 2.11.0
    Suggestions