From: Sven Schöling Date: Mon, 19 Oct 2009 09:48:16 +0000 (+0200) Subject: OE: Fokus bei Speichern behalten. X-Git-Tag: release-2.6.1beta1~221 X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/commitdiff_plain/d2084ca9d81035ba117470447ef946f169ac95a4?ds=inline;hp=--cc OE: Fokus bei Speichern behalten. Fix für Bug 2004 aus Umetec Wiki --- d2084ca9d81035ba117470447ef946f169ac95a4 diff --git a/bin/mozilla/oe.pl b/bin/mozilla/oe.pl index b3111ea7f..e47ffeefa 100644 --- a/bin/mozilla/oe.pl +++ b/bin/mozilla/oe.pl @@ -1101,7 +1101,7 @@ sub save { $form->{simple_save} = 1; if(!$form->{print_and_save}) { - delete @{$form}{ary_diff([keys %{ $form }], [qw(login stylesheet id script type)])}; + delete @{$form}{ary_diff([keys %{ $form }], [qw(login stylesheet id script type cursor_fokus)])}; edit(); exit; }