From 9084106599fe48485321a0fd9874d8edb8c6bd45 Mon Sep 17 00:00:00 2001 From: Natasha Date: Wed, 20 Jan 2016 03:47:06 +0000 Subject: [PATCH] [SIGNED-OFF]Bug 15602: Accessibility: Can't tab to add link in patron card creator add patrons popup To Test - 1. Go onto Tools and then click on Patron Card Creator. 2. Click on New and then Card Batch. 3. Add a borrowernumber then add patron. 4. Search for a patron. 5. Using the tab key try to navigate onto the Add link. 6. Notice it skips Add. 7. Apply the patch and then repeat steps 1-5, notice the add link can now be accessed through using the keyboard. Signed-off-by: Hector Castro Works as described. --- .../prog/en/modules/patroncards/tables/members_results.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/tables/members_results.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/tables/members_results.tt index 39f6ece..bf5643e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/tables/members_results.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/tables/members_results.tt @@ -19,7 +19,7 @@ "dt_borrowernotes": "[% data.borrowernotes.replace('\\\\' , '\\\\') |html |html_line_break |collapse %]", "dt_action": - "Add" + "Add" }[% UNLESS loop.last %],[% END %] [% END %] ] -- 1.7.10.4