View | Details | Raw Unified | Return to bug 15602
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/tables/members_results.tt (-2 / +1 lines)
Lines 19-25 Link Here
19
                "dt_borrowernotes":
19
                "dt_borrowernotes":
20
                    "[% data.borrowernotes.replace('\\\\' , '\\\\') |html |html_line_break |collapse %]",
20
                    "[% data.borrowernotes.replace('\\\\' , '\\\\') |html |html_line_break |collapse %]",
21
                "dt_action":
21
                "dt_action":
22
                    "<a style='cursor:pointer' onclick='add_user(\"[% data.borrowernumber %]\", \"[% data.firstname %] [% data.surname %]\"); return false;'>Add</a>"
22
                    "<a href=\"#\" style='cursor:pointer' onclick='add_user(\"[% data.borrowernumber %]\", \"[% data.firstname %] [% data.surname %]\"); return false;'>Add</a>"
23
            }[% UNLESS loop.last %],[% END %]
23
            }[% UNLESS loop.last %],[% END %]
24
        [% END %]
24
        [% END %]
25
    ]
25
    ]
26
- 

Return to bug 15602