Revision 0f179c9a
Von Sven Schöling vor etwa 12 Jahren hinzugefügt
bin/mozilla/oe.pl | ||
---|---|---|
1225 | 1225 |
|
1226 | 1226 |
$form->{simple_save} = 1; |
1227 | 1227 |
if(!$form->{print_and_save}) { |
1228 |
delete @{$form}{ary_diff([keys %{ $form }], [qw(login stylesheet id script type cursor_fokus)])};
|
|
1228 |
delete @{$form}{ary_diff([keys %{ $form }], [qw(login id script type cursor_fokus)])}; |
|
1229 | 1229 |
edit(); |
1230 | 1230 |
::end_of_request(); |
1231 | 1231 |
} |
Auch abrufbar als: Unified diff
stylesheet/javascript handling verbessert