From 64ec422b1db624af0f606fb485f7f5b0262006b3 Mon Sep 17 00:00:00 2001 From: Bernd Blessmann Date: Wed, 31 Aug 2011 23:38:18 +0200 Subject: [PATCH] =?utf8?q?Teil-Fix=20f=C3=BCr=20Bug=201673=20:=20Drucken?= =?utf8?q?=20geht=20wieder=20...?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit bei "Erneuern" und "Als neu speichern" wird immer noch gedruckt. --- bin/mozilla/oe.pl | 1 + templates/webpages/oe/form_header.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/mozilla/oe.pl b/bin/mozilla/oe.pl index fc4e6e1dd..3c2b32814 100644 --- a/bin/mozilla/oe.pl +++ b/bin/mozilla/oe.pl @@ -393,6 +393,7 @@ sub form_header { : ($creditwarning) ? "alert('$credittext')" : ""; + $TMPL_VAR{onload} = $onload; $TMPL_VAR{dateformat} = $myconfig{dateformat}; $TMPL_VAR{numberformat} = $myconfig{numberformat}; diff --git a/templates/webpages/oe/form_header.html b/templates/webpages/oe/form_header.html index a04676141..59781d37a 100644 --- a/templates/webpages/oe/form_header.html +++ b/templates/webpages/oe/form_header.html @@ -2,7 +2,7 @@ [%- USE HTML %] [%- USE LxERP %] [%- USE L %] - +
-- 2.20.1