From 7a3772d93f091ae4f6d7876bef80a4afc50e4de9 Mon Sep 17 00:00:00 2001 From: Natasha Date: Wed, 20 Jan 2016 01:22:45 +0000 Subject: [PATCH] [PASSED QA] Bug 15603 - Accessibility: Can't tab to select link in budgets add user popup To Test - 1. If you don't have a budget and a fund, make at least one of each. 2. Go to funds from budgets. 3. Either make a new fund or edit an existing one and then click Edit owner, which will bring up a pop-up tab. 4. Search for a patron. 5. Using the tab key try to navigate onto the Select link. 6. Notice it skips select. 7. Apply the patch and then repeat steps 3-5, notice the select link can now be accessed through using the keyboard. Signed-off-by: Mirko Tietgen Signed-off-by: Katrin Fischer --- .../intranet-tmpl/prog/en/modules/acqui/tables/members_results.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/tables/members_results.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/tables/members_results.tt index 5ad87ff..681f1cd 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/tables/members_results.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/tables/members_results.tt @@ -16,9 +16,9 @@ "[% data.category_description |html %] ([% data.category_type |html %])", "dt_action": [%- IF selection_type == 'select' -%] - "Select" + "Select" [%- ELSE -%] - "Select" + "Select" [%- END -%] }[% UNLESS loop.last %],[% END %] [% END %] -- 1.9.1