Revision 752642dd
Von Moritz Bunkus vor fast 16 Jahren hinzugefügt
bin/mozilla/wh.pl | ||
---|---|---|
602 | 602 |
|
603 | 603 |
show_no_warehouses_error() if (!scalar @{ $form->{WAREHOUSES} }); |
604 | 604 |
|
605 |
$form->{onload} .= "fokus('partnumber');"; |
|
605 |
$form->{fokus} = "partnumber"; |
|
606 |
$form->{onload} .= "focus();"; |
|
606 | 607 |
$form->{title} = $locale->text("Report about wareouse contents"); |
607 | 608 |
|
608 | 609 |
$form->header(); |
Auch abrufbar als: Unified diff
Die JavaScript-Funktion heißt jetzt "focus()".