Revision 3686bb31
Von Sven Schöling vor mehr als 12 Jahren hinzugefügt
bin/mozilla/ap.pl | ||
---|---|---|
|
||
$form->header;
|
||
print qq|
|
||
<body onLoad="$onload">
|
||
<body>
|
||
|
||
<form method=post action=$form->{script}>
|
||
|
bin/mozilla/dn.pl | ||
---|---|---|
|
||
$form->header();
|
||
|
||
$form->{onload} = qq|focus()|
|
||
$form->{onload} = qq|focus()|;
|
||
|
||
print $form->parse_html_template("dunning/search");
|
||
|
bin/mozilla/gl.pl | ||
---|---|---|
);
|
||
$::form->{ALL_EMPLOYEES} = SL::DB::Manager::Employee->get_all(query => [ deleted => 0 ]);
|
||
|
||
my $onload = "focus()"
|
||
my $onload = "focus()";
|
||
|
||
$::form->header;
|
||
print $::form->parse_html_template('gl/search', {
|
Auch abrufbar als: Unified diff
Typos beim entfernen von setupPoints/setupDateFormat