From: Moritz Bunkus Date: Wed, 20 Jun 2007 07:44:58 +0000 (+0000) Subject: Projekt erfassen: Den Button "Historie" nicht anzeigen, sondern nur beim Bearbeiten... X-Git-Tag: release-2.4.3^2~88 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=740a0719dcc7d9dbe1001664a23e5791e4c859e7;p=kivitendo-erp.git Projekt erfassen: Den Button "Historie" nicht anzeigen, sondern nur beim Bearbeiten eines vorhandenen Projektes. Fix für Bug 686. --- diff --git a/bin/mozilla/pe.pl b/bin/mozilla/pe.pl index ef3a5a064..cae9bfc5d 100644 --- a/bin/mozilla/pe.pl +++ b/bin/mozilla/pe.pl @@ -424,14 +424,17 @@ sub form_project_footer { . $locale->text('Delete') . qq|">|; } -# button for saving history -print qq| - {id} - . qq|); name=history id=history value=| - . $locale->text('history') - . qq|>|; -# /button for saving history + if ($form->{id}) { + # button for saving history + print qq| + {id} + . qq|); name=history id=history value=| + . $locale->text('history') + . qq|>|; + # /button for saving history + } + print qq|