X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/cd5afcd8835e4c8e625aea2a0a2a2edf86bf5653..6277aefffea29c8aa6f684bd86c55cdc6366f32f:/bin/mozilla/cp.pl
diff --git a/bin/mozilla/cp.pl b/bin/mozilla/cp.pl
index 6cde7f897..8e31a8f1a 100644
--- a/bin/mozilla/cp.pl
+++ b/bin/mozilla/cp.pl
@@ -185,8 +185,7 @@ sub form_header {
$button1 = qq|
text('button')
- . qq|> |
+ . $locale->text('button') . qq|>
|;
#write Trigger
@@ -306,8 +305,7 @@ sub form_header {
| | . $locale->text('Amount') . qq| |
format_amount(\%myconfig, $form->{amount}, 2)
- . qq|> |
+ . $form->format_amount(\%myconfig, $form->{amount}, 2) . qq|>
@@ -365,7 +363,8 @@ sub list_invoices {
for $i (1 .. $form->{rowcount}) {
map {
- $form->{"${_}_$i"} = $form->parse_amount(\%myconfig, $form->{"${_}_$i"})
+ $form->{"${_}_$i"} =
+ $form->parse_amount(\%myconfig, $form->{"${_}_$i"})
} qw(amount due paid);
$totalamount += $form->{"amount_$i"};
@@ -444,12 +443,12 @@ sub form_footer {
$media = qq|