From f6cc569cb1895b30c31a91216adbe7f394babfb1 Mon Sep 17 00:00:00 2001 From: Wainui Witika-Park Date: Tue, 15 Jun 2021 02:48:25 +0000 Subject: [PATCH] Bug 28243: patron_lists 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 patron_lists 4) Go to each of the pages/files and check if they have tables 5) Check that each of the tables have captions to describe them (unless they have special heading tags instead) - some of these will be visible on the page and some will be hidden with "sr-only" Sponsored-by: Catalyst IT --- koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt | 3 +++ koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt | 1 + 2 files changed, 4 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt index 5c8eb678ba..54014d0480 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt @@ -61,6 +61,7 @@

Warning, the following cardnumbers were not found:

+ @@ -74,6 +75,7 @@ [% IF ( existed.size > 0 ) %]

Warning, the following cardnumbers were already in this list:

Card numbers not found
Cardnumbers not found
+ @@ -138,6 +140,7 @@
Cardnumbers already in list
Cardnumbers already in list
+ diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt index ee71f3c31e..f76fc738e0 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt @@ -43,6 +43,7 @@ [% IF ( lists ) %]
Patron list
 
+ -- 2.11.0
Patron lists
Name