Bugzilla – Attachment 47140 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]
[SIGNED-OFF]Bug 15602: Accessibility: Can't tab to add link in patron card creator add patrons popup
SIGNED-OFFBug-15602-Accessibility-Cant-tab-to-add-.patch (text/plain), 1.79 KB, created by
Héctor Eduardo Castro Avalos
on 2016-01-21 16:28:42 UTC
(
hide
)
Description:
[SIGNED-OFF]Bug 15602: Accessibility: Can't tab to add link in patron card creator add patrons popup
Filename:
MIME Type:
Creator:
Héctor Eduardo Castro Avalos
Created:
2016-01-21 16:28:42 UTC
Size:
1.79 KB
patch
obsolete
>From 9084106599fe48485321a0fd9874d8edb8c6bd45 Mon Sep 17 00:00:00 2001 >From: Natasha <tasham_8@hotmail.com> >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 <hector.hecaxmmx@gmail.com> >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": >- "<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