@@ -, +, @@ course --- .../prog/en/modules/course_reserves/course-details.tt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt @@ -18,8 +18,8 @@ ] })); - $("a.delete_item").click(function(){ - return confirm( _("Are you sure you want to remove this item from the course?")); + $(".delete_item").click(function(){ + return confirmDelete(_("Are you sure you want to remove this item from the course?")); }); $("#delete_course").click(function(){ @@ -207,11 +207,11 @@ [% IF CAN_user_coursereserves_delete_reserves %] [% IF cr.item.onloan %] - + [% ELSIF cr.item.itemlost %] - + [% ELSE %] - + [% END %] Remove [% END %] --