Bugzilla – Attachment 47161 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: Remove cursor:pointer
Bug-15602-Remove-cursorpointer.patch (text/plain), 1.44 KB, created by
Jonathan Druart
on 2016-01-22 09:11:18 UTC
(
hide
)
Description:
Bug 15602: Remove cursor:pointer
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-01-22 09:11:18 UTC
Size:
1.44 KB
patch
obsolete
>From add88f3dc81902e96d07150a124e442897ec663c Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 22 Jan 2016 09:10:29 +0000 >Subject: [PATCH] Bug 15602: Remove cursor:pointer > >With the href attribute, the cusor will be displayed as a pointer. > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > .../intranet-tmpl/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 bf5643e..cbe741b 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 href=\"#\" style='cursor:pointer' onclick='add_user(\"[% data.borrowernumber %]\", \"[% data.firstname %] [% data.surname %]\"); return false;'>Add</a>" >+ "<a href=\"#\" onclick='add_user(\"[% data.borrowernumber %]\", \"[% data.firstname %] [% data.surname %]\"); return false;'>Add</a>" > }[% UNLESS loop.last %],[% END %] > [% END %] > ] >-- >2.1.0
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