X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/3cbc223a454e07b780f986ec92e6038cddc848b9..b65a230d60e86d2c18a3ab7222379905aea5ecd7:/bin/mozilla/bp.pl diff --git a/bin/mozilla/bp.pl b/bin/mozilla/bp.pl index 421667da8..1445eba05 100644 --- a/bin/mozilla/bp.pl +++ b/bin/mozilla/bp.pl @@ -123,29 +123,29 @@ sub search { receipt => { title => 'Receipts', name => 'Customer' }); $label{invoice}{invnumber} = qq| - - | . $locale->text('Invoice Number') . qq| - - + + | . $locale->text('Invoice Number') . qq| + + |; $label{invoice}{ordnumber} = qq| - - | . $locale->text('Order Number') . qq| - - + + | . $locale->text('Order Number') . qq| + + |; $label{sales_quotation}{quonumber} = qq| - - | . $locale->text('Quotation Number') . qq| - - + + | . $locale->text('Quotation Number') . qq| + + |; $label{check}{chknumber} = qq| - - | . $locale->text('Reference') . qq| - - + + | . $locale->text('Reference') . qq| + + |; $label{packing_list}{invnumber} = $label{invoice}{invnumber}; @@ -164,12 +164,12 @@ sub search { if (BP->payment_accounts(\%myconfig, \%$form)) { $account = qq| - | . $locale->text('Account') . qq| + | . $locale->text('Account') . qq| |; if ($form->{accounts}) { $account .= qq| - |; foreach my $ref (@{ $form->{accounts} }) { $account .= qq| @@ -182,13 +182,13 @@ sub search { |; } else { $account .= qq| - + |; } $account .= qq| - + |; } @@ -243,23 +243,23 @@ sub search { - - - - - $account - $label{$form->{type}}{invnumber} - $label{$form->{type}}{ordnumber} - $label{$form->{type}}{quonumber} - $label{$form->{type}}{chknumber} - $label{$form->{type}}{rctnumber} - - + + + + + $account + $label{$form->{type}}{invnumber} + $label{$form->{type}}{ordnumber} + $label{$form->{type}}{quonumber} + $label{$form->{type}}{chknumber} + $label{$form->{type}}{rctnumber} + + $button1 - + $button2 - - + +
Kunde$name
| . $locale->text('From') . qq|
Kunde$name
| . $locale->text('From') . qq|| . $locale->text('Bis') . qq|| . $locale->text('Bis') . qq|
@@ -535,13 +535,13 @@ sub list_spool { - + |; map { print "\n$column_header{$_}" } @column_index; print qq| - + |; # add sort and escape callback, this one we use for the add sub