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