Bugzilla – Attachment 46976 Details for
Bug 15602
Accessibility: Can't tab to add link in patron card creator add patrons popup
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15602 - Accessibility: Can't tab to add link in patron card creator add patrons popup
Bug-15602---Accessibility-Cant-tab-to-add-link-in-.patch (text/plain), 1.70 KB, created by
natasha
on 2016-01-20 03:49:52 UTC
(
hide
)
Description:
Bug 15602 - Accessibility: Can't tab to add link in patron card creator add patrons popup
Filename:
MIME Type:
Creator:
natasha
Created:
2016-01-20 03:49:52 UTC
Size:
1.70 KB
patch
obsolete
>From 96d619801ddcabe0a591ad0587998682d3a903c0 Mon Sep 17 00:00:00 2001 >From: Natasha <tasham_8@hotmail.com> >Date: Wed, 20 Jan 2016 03:47:06 +0000 >Subject: [PATCH] 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. >--- > .../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": >- "<a style='cursor:pointer' onclick='add_user(\"[% data.borrowernumber %]\", \"[% data.firstname %] [% data.surname %]\"); return false;'>Add</a>" >+ "<a href=\"#\" style='cursor:pointer' onclick='add_user(\"[% data.borrowernumber %]\", \"[% data.firstname %] [% data.surname %]\"); return false;'>Add</a>" > }[% UNLESS loop.last %],[% END %] > [% END %] > ] >-- >1.7.10.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 15602
:
46976
|
47140
|
47160
|
47161