From 1a8377aed5882cfd99554e01c01f4835e5222c88 Mon Sep 17 00:00:00 2001 From: Thomas Kasulke Date: Thu, 5 Apr 2007 11:54:56 +0000 Subject: [PATCH] onclick gegen onchange ausgetauscht --- bin/mozilla/ap.pl | 4 +++- bin/mozilla/ar.pl | 4 +++- bin/mozilla/ir.pl | 3 ++- bin/mozilla/is.pl | 3 ++- bin/mozilla/oe.pl | 3 ++- 5 files changed, 12 insertions(+), 5 deletions(-) diff --git a/bin/mozilla/ap.pl b/bin/mozilla/ap.pl index d03e6ea8b..cd5eda594 100644 --- a/bin/mozilla/ap.pl +++ b/bin/mozilla/ap.pl @@ -389,7 +389,9 @@ sub form_header { $vendor = ($form->{selectvendor}) - ? qq|| + ? qq|| : qq||; my @old_project_ids = (); diff --git a/bin/mozilla/ar.pl b/bin/mozilla/ar.pl index e05fdefe5..eedf53838 100644 --- a/bin/mozilla/ar.pl +++ b/bin/mozilla/ar.pl @@ -388,7 +388,9 @@ sub form_header { $customer = ($form->{selectcustomer}) - ? qq|| + ? qq|| : qq||; $employee = qq| diff --git a/bin/mozilla/ir.pl b/bin/mozilla/ir.pl index 1765cf3fc..4f40da73f 100644 --- a/bin/mozilla/ir.pl +++ b/bin/mozilla/ir.pl @@ -333,7 +333,8 @@ sub form_header { $vendor = ($form->{selectvendor}) - ? qq|| . qq|$form->{selectvendor}\n| : qq||; diff --git a/bin/mozilla/is.pl b/bin/mozilla/is.pl index 513ea2380..317558782 100644 --- a/bin/mozilla/is.pl +++ b/bin/mozilla/is.pl @@ -472,7 +472,8 @@ sub form_header { $customer = ($form->{selectcustomer}) - ? qq|| . qq|$form->{selectcustomer}\n| : qq||; diff --git a/bin/mozilla/oe.pl b/bin/mozilla/oe.pl index 714d69393..8a38efe30 100644 --- a/bin/mozilla/oe.pl +++ b/bin/mozilla/oe.pl @@ -675,7 +675,8 @@ sub form_header { $vc = ($form->{"select$form->{vc}"}) - ? qq|| . qq|$form->{"select$form->{vc}"}\n{vc}"}) . qq|">| : qq|{vc} value="$form->{$form->{vc}}" size=35>|; -- 2.20.1