Revision d2084ca9
Von Sven Schöling vor etwa 15 Jahren hinzugefügt
bin/mozilla/oe.pl | ||
---|---|---|
1101 | 1101 |
|
1102 | 1102 |
$form->{simple_save} = 1; |
1103 | 1103 |
if(!$form->{print_and_save}) { |
1104 |
delete @{$form}{ary_diff([keys %{ $form }], [qw(login stylesheet id script type)])}; |
|
1104 |
delete @{$form}{ary_diff([keys %{ $form }], [qw(login stylesheet id script type cursor_fokus)])};
|
|
1105 | 1105 |
edit(); |
1106 | 1106 |
exit; |
1107 | 1107 |
} |
Auch abrufbar als: Unified diff
OE: Fokus bei Speichern behalten.
Fix für Bug 2004 aus Umetec Wiki