Revision f7f03503
Von Sven Schöling vor etwa 12 Jahren hinzugefügt
bin/mozilla/ap.pl | ||
---|---|---|
409 | 409 |
'-default' => $form->{"globalproject_id"} )); |
410 | 410 |
|
411 | 411 |
$form->header; |
412 |
my $onload = qq|;setupDateFormat('|. $myconfig{dateformat} .qq|', '|. $locale->text("Falsches Datumsformat!") .qq|')|; |
|
413 |
$onload .= qq|;setupPoints('|. $myconfig{numberformat} .qq|', '|. $locale->text("wrongformat") .qq|')|; |
|
414 | 412 |
print qq| |
415 | 413 |
<body onLoad="$onload"> |
416 | 414 |
|
Auch abrufbar als: Unified diff
setupPoints und setupDateFormat in ein partial Layout verschoben