Revision e14cb525
Von Sven Schöling vor etwa 12 Jahren hinzugefügt
bin/mozilla/ar.pl | ||
---|---|---|
219 | 219 |
|
220 | 220 |
my ($title, $readonly, $exchangerate, $rows); |
221 | 221 |
my ($notes, $department, $customer, $employee, $amount, $project); |
222 |
my ($onload); |
|
223 | 222 |
my ($ARselected); |
224 | 223 |
|
225 | 224 |
|
... | ... | |
326 | 325 |
qq|<script type="text/javascript" src="js/show_vc_details.js"></script>| . |
327 | 326 |
qq|<script type="text/javascript" src="js/follow_up.js"></script>|; |
328 | 327 |
|
329 |
$onload = qq|focus()|; |
|
330 |
|
|
331 | 328 |
# $amount = $locale->text('Amount'); |
332 | 329 |
# $project = $locale->text('Project'); |
333 | 330 |
|
... | ... | |
442 | 439 |
project_labels => \%project_labels, |
443 | 440 |
rows => $rows, |
444 | 441 |
ARselected => $ARselected, |
445 |
onload => $onload, |
|
446 | 442 |
title_str => $title, |
447 | 443 |
follow_up_trans_info => $follow_up_trans_info, |
448 | 444 |
}); |
... | ... | |
905 | 901 |
my $cgi = $::request->{cgi}; |
906 | 902 |
|
907 | 903 |
my ($customer, $department); |
908 |
my ($jsscript, $button1, $button2, $onload);
|
|
904 |
my ($jsscript, $button1, $button2); |
|
909 | 905 |
|
910 | 906 |
# setup customer selection |
911 | 907 |
$form->all_vc(\%myconfig, "customer", "AR"); |
Auch abrufbar als: Unified diff
Aufrufe von focus() entfernt.
Diese Funktion ist die interne javascript focus Funktion, die ohne Argument garkeinen Sinn macht. Die Lx-Office Version heisst fokus.