Revision f5e340df
Von Sven Schöling vor mehr als 16 Jahren hinzugefügt
bin/mozilla/oe.pl | ||
---|---|---|
388 | 388 |
max_dunning_level dunning_amount shiptoname shiptostreet shiptozipcode |
389 | 389 |
shiptocity shiptocountry shiptocontact shiptophone shiptofax |
390 | 390 |
shiptodepartment_1 shiptodepartment_2 shiptoemail |
391 |
message email subject cc bcc taxpart taxservice taxaccounts), |
|
391 |
message email subject cc bcc taxpart taxservice taxaccounts cursor_fokus),
|
|
392 | 392 |
@custom_hiddens, |
393 | 393 |
map { $_.'_rate', $_.'_description' } split / /, $form->{taxaccounts} ]; # deleted: discount |
394 | 394 |
|
Auch abrufbar als: Unified diff
Fokus Patch.
Angeregt durch Bug798, allerdings erweitert und verallgemeinert.
Essentiell merkt sich Lx-Office jetzt in den Bereichen Auftrag, Rechnung, Einkaufsrechnung und Lizenzen die Fokusposition bei Update.
Das Javascript ist in common.js enthalten. Um es in andere Bereiche einzubinden muessen die folgenden Schritte gemacht werden:
1. Jedes Formular muss ein input Feld mit dem Namen "cursor_fokus" durchschleifen.
2. Das Script "js/common.js" muss nach dem body tag eingebunden werden.
Alles andere macht das Script von alleine, die Handler sind erweiterbar auf andere onsubmit und onload Scripte.