From 04f4f1cf1d2b805cda8a24f8b0f7a56513bdecb0 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Thu, 28 Dec 2006 10:41:41 +0000 Subject: [PATCH] =?utf8?q?Steuerzonen=20k=C3=B6nnen=20jetzt=20auch=20nacht?= =?utf8?q?r=C3=A4glich=20ge=C3=A4ndert=20werden.=20Fix=20f=C3=BCr=20Bugzil?= =?utf8?q?la=20#464.=20Zus=C3=A4tzlich=20etwas=20HTML-Quoting.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/mozilla/ir.pl | 10 +++------- bin/mozilla/is.pl | 10 +++------- bin/mozilla/oe.pl | 13 ++++--------- 3 files changed, 10 insertions(+), 23 deletions(-) diff --git a/bin/mozilla/ir.pl b/bin/mozilla/ir.pl index 541eb6c06..5c8371623 100644 --- a/bin/mozilla/ir.pl +++ b/bin/mozilla/ir.pl @@ -279,10 +279,11 @@ sub form_header { foreach $item (@{ $form->{TAXZONE} }) { if ($item->{id} == $form->{taxzone_id}) { $form->{selecttaxzone} .= - ""; + ""; } else { $form->{selecttaxzone} .= - ""; + ""; } } @@ -292,11 +293,6 @@ sub form_header { $form->{selecttaxzone} =~ s/value=$form->{taxzone_id}/value=$form->{taxzone_id} selected/; } } - if ($form->{rowcount} >1) { - $form->{selecttaxzone} =~ /"; + ""; } else { $form->{selecttaxzone} .= - ""; + ""; } } @@ -348,11 +349,6 @@ sub form_header { $form->{selecttaxzone} =~ s/value=$form->{taxzone_id}/value=$form->{taxzone_id} selected/; } } - if ($form->{rowcount} >0) { - $form->{selecttaxzone} =~ /"; + ""; } else { $form->{selecttaxzone} .= - ""; + ""; } } } else { $form->{selecttaxzone} =~ s/ selected//g; if ($form->{taxzone_id} ne "") { - $form->{selecttaxzone} =~ s/value=$form->{taxzone_id}/value=$form->{taxzone_id} selected/; + $form->{selecttaxzone} =~ s/value=$form->{taxzone_id}>/value=$form->{taxzone_id} selected>/; } } - if ($form->{rowcount} >0) { - $form->{selecttaxzone} =~ /