Revision 3686bb31
Von Sven Schöling vor etwa 12 Jahren hinzugefügt
bin/mozilla/ap.pl | ||
---|---|---|
410 | 410 |
|
411 | 411 |
$form->header; |
412 | 412 |
print qq| |
413 |
<body onLoad="$onload">
|
|
413 |
<body> |
|
414 | 414 |
|
415 | 415 |
<form method=post action=$form->{script}> |
416 | 416 |
|
bin/mozilla/dn.pl | ||
---|---|---|
316 | 316 |
|
317 | 317 |
$form->header(); |
318 | 318 |
|
319 |
$form->{onload} = qq|focus()| |
|
319 |
$form->{onload} = qq|focus()|;
|
|
320 | 320 |
|
321 | 321 |
print $form->parse_html_template("dunning/search"); |
322 | 322 |
|
bin/mozilla/gl.pl | ||
---|---|---|
220 | 220 |
); |
221 | 221 |
$::form->{ALL_EMPLOYEES} = SL::DB::Manager::Employee->get_all(query => [ deleted => 0 ]); |
222 | 222 |
|
223 |
my $onload = "focus()" |
|
223 |
my $onload = "focus()";
|
|
224 | 224 |
|
225 | 225 |
$::form->header; |
226 | 226 |
print $::form->parse_html_template('gl/search', { |
Auch abrufbar als: Unified diff
Typos beim entfernen von setupPoints/setupDateFormat