From 6f37da929767ec4125492b862d5f17079f9e578d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Thu, 20 Oct 2016 11:41:51 +0200 Subject: [PATCH] oe: confirm bei delete --- bin/mozilla/oe.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/mozilla/oe.pl b/bin/mozilla/oe.pl index 5c1a1fda2..b6ff56518 100644 --- a/bin/mozilla/oe.pl +++ b/bin/mozilla/oe.pl @@ -474,6 +474,7 @@ sub form_header { ]); $bar->add_actions([ t8('Delete'), submit => [ '#form', { action_delete => 1 } ], + confirm => t8('Do you really want to delete this object?'), disabled => !$::form->{id} || ($is_sales_ord && !$::instance_conf->get_sales_order_show_delete) || ($is_pur_ord && !$::instance_conf->get_purchase_order_show_delete), -- 2.20.1