From fea08973683369c6091de888fd53be628ff189fd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Stephan=20K=C3=B6hler?= Date: Mon, 9 Jan 2006 14:07:36 +0000 Subject: [PATCH] =?utf8?q?Merge=20von=20757,758=20aus=20unstable:=20Bugfix?= =?utf8?q?=20Splitbuchungen=20757=20-=20Automatische=20Auswahl=20des=20Ste?= =?utf8?q?uersatzes=20=C3=BCer=20JavaScript=20758=20-=20Layout=20noch=20an?= =?utf8?q?gepasst,=20so=20dass=20die=20Maske=20auf=20den=20Bildschirm=20pa?= =?utf8?q?sst?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/mozilla/ap.pl | 6 +++--- bin/mozilla/ar.pl | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bin/mozilla/ap.pl b/bin/mozilla/ap.pl index f01290744..fd86583dd 100644 --- a/bin/mozilla/ap.pl +++ b/bin/mozilla/ap.pl @@ -544,12 +544,12 @@ $jsscript $tax_selected = $form->{"taxchart_$i"}; $tax =~ s/value=\"$tax_selected\"/value=\"$tax_selected\" selected/; $tax = - qq||; + qq||; print qq| - - {"amount_$i"}> + + {"amount_$i"}> {"tax_$i"}> $tax diff --git a/bin/mozilla/ar.pl b/bin/mozilla/ar.pl index d70bc3c90..bcfd7a3a7 100644 --- a/bin/mozilla/ar.pl +++ b/bin/mozilla/ar.pl @@ -568,12 +568,12 @@ $jsscript $tax_selected = $form->{"taxchart_$i"}; $tax =~ s/value=\"$tax_selected\"/value=\"$tax_selected\" selected/; $tax = - qq||; + qq||; print qq| - - {"amount_$i"}> + + {"amount_$i"}> {"tax_$i"}> $tax -- 2.20.1