@@ -, +, @@ e-mail --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt @@ -51,6 +51,12 @@ e.preventDefault(); transfer_order_popup( $(this).data("ordernumber")); }); + + var MSG_CONFIRM = _("Are you sure you want to send an order e-mail to the vendor?"); + $(".confirm").on("click",function(){ + return confirmDelete(MSG_CONFIRM); + }); + }); //]]> @@ -206,7 +212,7 @@
- +
[% END %] --