@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt @@ -168,6 +168,11 @@ function checkMultiHold() { $("#" + fieldID).val(""); }); + // Confirm cancelation of hold + $(".cancel-hold").on("click",function(e) { + return confirmDelete(MSG_CONFIRM_DELETE_HOLD); + }); + [% UNLESS ( borrowernumber || borrowers || noitems ) %] [% IF ( CircAutocompl ) %] @@ -855,7 +860,7 @@ function checkMultiHold() { [% END %] - + Cancel --