From 54a3c9538d49f6b276754178bb52a7f4aa327747 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Tue, 25 Oct 2016 11:14:42 +0200 Subject: [PATCH] is: delete nur mit show_delete --- bin/mozilla/is.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mozilla/is.pl b/bin/mozilla/is.pl index b5ce917f9..3f0f15d3c 100644 --- a/bin/mozilla/is.pl +++ b/bin/mozilla/is.pl @@ -397,7 +397,7 @@ sub form_header { confirm => t8('Do you really want to delete this object?'), checks => [ @req_trans_desc ], disabled => !$::form->{id}, - ]); + ]) if $show_delete; $bar->add_actions('separator'); $bar->add_actions('combobox'); -- 2.20.1