From 2165adf654de309f8308eb7ab5363d1337c2754e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Fri, 30 Oct 2009 13:25:56 +0100 Subject: [PATCH] Kosmetik: Tabs --- bin/mozilla/cp.pl | 148 +++++++++++++++++++++++----------------------- 1 file changed, 74 insertions(+), 74 deletions(-) diff --git a/bin/mozilla/cp.pl b/bin/mozilla/cp.pl index 6a21edecb..94e0748dc 100644 --- a/bin/mozilla/cp.pl +++ b/bin/mozilla/cp.pl @@ -235,82 +235,82 @@ sub form_header { - +
- - - - - - - - + - + - + +
- - | . $locale->text('All') . qq|
$vclabel$vc + + + + + + + + {vc}"}"> {"$form->{vc}_id"}> - {vc}"}"> - - - - - - - - - - - - - -
+ + | . $locale->text('All') . qq|
$vclabel$vc
| . $locale->text('Address') . qq| - - - - - - - - - - - - - -
$form->{street}
$form->{zipcode}
$form->{city}
$form->{country}
-
| . $locale->text('Memo') . qq|
-
- - $department - - - - - - + {vc}"}"> + + + + + + + + + + + + + +
| . $locale->text('Account') . qq| - -
| . $locale->text('Date') . qq|
| . $locale->text('Address') . qq| + + + + + + + + + + + + + +
$form->{street}
$form->{zipcode}
$form->{city}
$form->{country}
+
| . $locale->text('Memo') . qq|
+
+ + $department + + + + + + $button1 - - - - - - {oldcurrency}> - - $exchangerate - - - - - - - + $exchangerate + + + + + + + - -
| . $locale->text('Account') . qq| + +
| . $locale->text('Date') . qq|
| . $locale->text('Currency') . qq|
| . $locale->text('Source') . qq|
| . $locale->text('Amount') . qq|{selectcurrency}"> + {oldcurrency}> +
| . $locale->text('Source') . qq|
| . $locale->text('Amount') . qq|
-
+
@@ -622,7 +622,7 @@ sub update { } # Modified by J.Zach, see abovev - $amount += $form->{"paid_$i"}; + $amount += $form->{"paid_$i"}; } else { $form->{"paid_$i"} = ""; @@ -636,7 +636,7 @@ sub update { } # Line added by J.Zach, see above - $form->{amount}=$amount; + $form->{amount}=$amount; &form_header; &list_invoices; -- 2.20.1