X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/b735f45033d8daef70ee2c82365a86cc06281f4c..ed41d55e5545edd2abb6a2cae868bc6ebc45771d:/SL/Form.pm
diff --git a/SL/Form.pm b/SL/Form.pm
index f0bb0e2cb..68272b31c 100644
--- a/SL/Form.pm
+++ b/SL/Form.pm
@@ -674,13 +674,22 @@ sub header {
|;
}
- my $fokus = qq| document.$self->{fokus}.focus();| if ($self->{"fokus"});
+ my $fokus = qq|
+
+ | if $self->{"fokus"};
#Set Calendar
my $jsscript = "";
if ($self->{jsscript} == 1) {
$jsscript = qq|
+
@@ -711,13 +720,7 @@ sub header {
$jsscript
$ajax
-
+ $fokus