From: Thomas Kasulke Date: Mon, 23 Apr 2007 14:09:04 +0000 (+0000) Subject: Formulardaten für Datumsangabe gequoted, da hier sonst onBlur... im value stand. X-Git-Tag: release-2.4.3^2~470 X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/commitdiff_plain/637be9d46084bc19a08b91bc13ae541a6c36f9ef?ds=sidebyside;hp=da3acc09f7efc54a7c0688b3e8f1a0b49ce7ed03 Formulardaten für Datumsangabe gequoted, da hier sonst onBlur... im value stand. --- diff --git a/bin/mozilla/ar.pl b/bin/mozilla/ar.pl index 109ecb572..482ac6483 100644 --- a/bin/mozilla/ar.pl +++ b/bin/mozilla/ar.pl @@ -477,12 +477,12 @@ selectcustomer}| # with JavaScript Calendar $button1 = qq| - {transdate} onBlur=\"check_right_date_format(this)\"> + text('button') . qq|> |; $button2 = qq| - {duedate} onBlur=\"check_right_date_format(this)\"> + text('button') . qq|> |; @@ -495,9 +495,9 @@ selectcustomer}| # without JavaScript Calendar $button1 = - qq|{transdate} onBlur=\"check_right_date_format(this)\">|; + qq||; $button2 = - qq|{duedate} onBlur=\"check_right_date_format(this)\">|; + qq||; } $form->header; @@ -790,12 +790,12 @@ $jsscript |; $column_data{paid} = - qq|{"paid_$i"} onBlur=\"check_right_number_format(this)\">|; + qq||; $column_data{AR_paid} = qq|${selectAR_paid}|; $column_data{exchangerate} = qq|$exchangerate|; $column_data{datepaid} = - qq|{"datepaid_$i"} onBlur=\"check_right_date_format(this)\"> + qq| |; $column_data{source} = qq||;