X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/bb79df1ed661bc2c4696100ffe4b2745ebd34b6d..be4e11d36f40d90622fdf35eb07ab207422b5455:/bin/mozilla/is.pl
diff --git a/bin/mozilla/is.pl b/bin/mozilla/is.pl
index 459e1b944..8d70586d3 100644
--- a/bin/mozilla/is.pl
+++ b/bin/mozilla/is.pl
@@ -531,7 +531,7 @@ onchange="document.getElementById('update_button').click();">| .
# with JavaScript Calendar
$button1 = qq|
-
|
+ |
| |;
@@ -544,7 +544,7 @@ onchange="document.getElementById('update_button').click();">| .
# without JavaScript Calendar
$button1 =
- qq| | |;
+ qq| | |;
$button2 =
qq| | |;
}
@@ -553,17 +553,17 @@ onchange="document.getElementById('update_button').click();">| .
# with JavaScript Calendar
$button1 = qq|
- |
+ |
|
|;
$button2 = qq|
- |
+ |
|
|;
$button3 = qq|
- |
+ |
|
|;
@@ -580,9 +580,9 @@ onchange="document.getElementById('update_button').click();">| .
# without JavaScript Calendar
$button1 =
- qq| | |;
+ qq| | |;
$button2 =
- qq|{duedate}> | |;
+ qq|{duedate} onBlur=\"check_right_date_format(this)\"> | |;
}
}
if ($form->{resubmit} && ($form->{format} eq "html")) {
@@ -591,9 +591,10 @@ onchange="document.getElementById('update_button').click();">| .
} elsif ($form->{resubmit}) {
$onload = qq|document.invoice.submit()|;
} else {
- $onload = "fokus()";
+ $onload = "focus()";
}
-
+ $onload .= qq|;setupDateFormat('|. $myconfig{dateformat} .qq|', '|. $locale->text("Falsches Datumsformat!") .qq|')|;
+ $onload .= qq|;setupPoints('|. $myconfig{numberformat} .qq|', '|. $locale->text("wrongformat") .qq|')|;
$credittext = $locale->text('Credit Limit exceeded!!!');
if ($creditwarning) {
$onload = qq|alert('$credittext')|;
@@ -755,7 +756,7 @@ print qq|
| | . $locale->text('Order Date') . qq| |
- |
+ |
|
@@ -764,7 +765,7 @@ print qq|
| | . $locale->text('Quotation Date') . qq| |
- |
+ |
|
@@ -1041,12 +1042,12 @@ if ($form->{type} eq "credit_note") {
$exchangerate .= qq||;
$column_data{"paid_$i"} =
- qq| | |;
+ qq| | |;
$column_data{"exchangerate_$i"} = qq|$exchangerate | |;
$column_data{"AR_paid_$i"} =
qq| | |;
$column_data{"datepaid_$i"} =
- qq|{"datepaid_$i"}>
+ qq| |
| |;
$column_data{"source_$i"} =
qq| | |;