Revision 423a28fa
Von Sven Schöling vor etwa 12 Jahren hinzugefügt
bin/mozilla/ct.pl | ||
---|---|---|
465 | 465 |
$form->{contacts_label} = \&_contacts_label; |
466 | 466 |
$form->{taxzone_id} = 0 if !$form->{id}; |
467 | 467 |
$form->{jsscript} = 1; |
468 |
$form->{fokus} = "ct.greeting"; |
|
469 | 468 |
$form->{SHIPTO_ALL} = [ +{ shipto_id => '0', shiptoname => $::locale->text('All') }, @{ $form->{SHIPTO} } ]; |
469 |
$::request->{layout}->focus("#greeting"); |
|
470 | 470 |
|
471 | 471 |
$form->{title} = $form->{title_save} |
472 | 472 |
|| $locale->text("$form->{title} " . ucfirst $form->{db}) . ($form->{title} eq "Edit" ? " $form->{name}" : ''); |
Auch abrufbar als: Unified diff
fokus in Kunden und Lieferanten gefixt