Projekt erfassen: Den Button "Historie" nicht anzeigen, sondern nur beim Bearbeiten...
authorMoritz Bunkus <m.bunkus@linet-services.de>
Wed, 20 Jun 2007 07:44:58 +0000 (07:44 +0000)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Wed, 20 Jun 2007 07:44:58 +0000 (07:44 +0000)
bin/mozilla/pe.pl

index ef3a5a0..cae9bfc 100644 (file)
@@ -424,14 +424,17 @@ sub form_project_footer {
       . $locale->text('Delete') . qq|">|;
   }
 
-# button for saving history
-print qq|
-       <input type=button onclick=set_history_window(|
-       . $form->{id} 
-       . qq|); name=history id=history value=|
-       . $locale->text('history') 
-       . qq|>|;
-# /button for saving history
+  if ($form->{id}) {
+    # button for saving history
+    print qq|
+      <input type=button onclick=set_history_window(|
+      . $form->{id}
+      . qq|); name=history id=history value=|
+      . $locale->text('history')
+      . qq|>|;
+    # /button for saving history
+  }
+
   print qq|
 </form>