]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/ap.pl
Typos beim entfernen von setupPoints/setupDateFormat
[mfinanz.git] / bin / mozilla / ap.pl
index eadd07cb767a58ef9db15b870ce2869e716360cf..2bf801787f737789e17e757fdd109b4b4e1c2749 100644 (file)
@@ -409,10 +409,8 @@ sub form_header {
                          '-default' => $form->{"globalproject_id"} ));
 
   $form->header;
-  my $onload = qq|;setupDateFormat('|. $myconfig{dateformat} .qq|', '|. $locale->text("Falsches Datumsformat!") .qq|')|;
-  $onload .= qq|;setupPoints('|. $myconfig{numberformat} .qq|', '|. $locale->text("wrongformat") .qq|')|;
   print qq|
-<body onLoad="$onload">
+<body>
 
 <form method=post action=$form->{script}>
 
@@ -1164,8 +1162,6 @@ sub delete {
   delete $form->{header};
 
   print qq|
-<body>
-
 <form method=post action=$form->{script}>
 |;
 
@@ -1185,8 +1181,6 @@ sub delete {
 <input name=action class=submit type=submit value="|
     . $locale->text('Yes') . qq|">
 </form>
-
-</body>
 |;
 
   $main::lxdebug->leave_sub();