Bug 15605: Remove the cursor:pointer style.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com
This commit is contained in:
Jonathan Druart 2016-01-27 10:33:24 +00:00 committed by Brendan Gallagher
parent c76549dd7b
commit effe1e2781

View file

@ -13,7 +13,7 @@
"dt_branch":
"[% data.branchname |html %]",
"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 %]
]