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:
parent
c76549dd7b
commit
effe1e2781
1 changed files with 1 additions and 1 deletions
|
@ -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 %]
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue