X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/d18a84dfd90b91c60093c77bbc5900408e0c5697..356cd04b385336427336465b56f7b926ebfbe484:/bin/mozilla/gl.pl
diff --git a/bin/mozilla/gl.pl b/bin/mozilla/gl.pl
index 7c7fa843e..5a6404d6c 100644
--- a/bin/mozilla/gl.pl
+++ b/bin/mozilla/gl.pl
@@ -1111,11 +1111,9 @@ sub display_rows {
for $i (1 .. $form->{rowcount}) {
$source = qq|
-
| |;
+ | |;
$memo = qq|
- | |;
+ | |;
my $selected_accno_full;
my ($accno_row) = split(/--/, $form->{"accno_$i"});
@@ -1140,32 +1138,28 @@ sub display_rows {
}
$accno = qq|| .
- $cgi->popup_menu('-name' => "accno_$i",
- '-id' => "accno_$i",
- '-onChange' => "setTaxkey(this, $i)",
- '-style' => 'width:200px',
- '-tabindex' => ($i + 5 + (($i - 1) * 8)),
- '-values' => \@chart_values,
- '-labels' => \%chart_labels,
- '-default' => $selected_accno_full)
+ NTI($cgi->popup_menu('-name' => "accno_$i",
+ '-id' => "accno_$i",
+ '-onChange' => "setTaxkey(this, $i)",
+ '-style' => 'width:200px',
+ '-values' => \@chart_values,
+ '-labels' => \%chart_labels,
+ '-default' => $selected_accno_full))
. $cgi->hidden('-name' => "previous_accno_$i",
'-default' => $selected_accno_full)
. qq| | |;
$tax = qq|| .
- $cgi->popup_menu('-name' => "taxchart_$i",
- '-id' => "taxchart_$i",
- '-style' => 'width:200px',
- '-tabindex' => ($i + 10 + (($i - 1) * 8)),
- '-values' => \@taxchart_values,
- '-labels' => \%taxchart_labels,
- '-default' => $selected_taxchart)
+ NTI($cgi->popup_menu('-name' => "taxchart_$i",
+ '-id' => "taxchart_$i",
+ '-style' => 'width:200px',
+ '-values' => \@taxchart_values,
+ '-labels' => \%taxchart_labels,
+ '-default' => $selected_taxchart))
. qq| | |;
if ($init) {
$korrektur =
- qq| | |;
+ qq||;
if ($form->{transfer}) {
$fx_transaction = qq|
| |
@@ -1202,16 +1196,12 @@ sub display_rows {
}
$checked = ($form->{"korrektur_$i"}) ? "checked" : "";
$korrektur =
- qq| | |;
+ qq| | |;
$form->hide_form("accno_$i");
} else {
$korrektur =
- qq| | |;
+ qq| | |;
if ($form->{transfer}) {
$fx_transaction = qq|
|
@@ -1238,12 +1228,9 @@ sub display_rows {
print qq|
$accno
$fx_transaction
- |
- |
- |
+ |
+ |
+ |
$korrektur
$tax
$source
@@ -1301,7 +1288,7 @@ sub form_header {
qq||;
} else {
$description =
- qq||;
+ qq||;
}
$taxincluded = ($form->{taxincluded}) ? "checked" : "";
@@ -1330,7 +1317,7 @@ sub form_header {
# with JavaScript Calendar
$button1 = qq|
-
+ |
text('button') . qq|> |
|;
@@ -1342,7 +1329,7 @@ sub form_header {
# without JavaScript Calendar
$button1 =
- qq| | |;
+ qq| | |;
}
$form->header;
@@ -1369,7 +1356,7 @@ sub form_header {