Teil-Fix für Bug 1673 : Drucken geht wieder ...
authorBernd Blessmann <bibi@online.de>
Wed, 31 Aug 2011 21:38:18 +0000 (23:38 +0200)
committerBernd Blessmann <bibi@online.de>
Wed, 31 Aug 2011 21:38:18 +0000 (23:38 +0200)
bei "Erneuern" und "Als neu speichern" wird immer noch gedruckt.

bin/mozilla/oe.pl
templates/webpages/oe/form_header.html

index fc4e6e1..3c2b328 100644 (file)
@@ -393,6 +393,7 @@ sub form_header {
           : ($creditwarning)                                   ? "alert('$credittext')"
           :                                                      "";
 
+  $TMPL_VAR{onload} = $onload;
   $TMPL_VAR{dateformat}          = $myconfig{dateformat};
   $TMPL_VAR{numberformat}        = $myconfig{numberformat};
 
index a046761..59781d3 100644 (file)
@@ -2,7 +2,7 @@
 [%- USE HTML %]
 [%- USE LxERP %]
 [%- USE L %]
-<body>
+<body onLoad="[% onload %]">
 
   <form method="post" name="oe" action="[% script %]">