X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/a8814e0ef7175fef00ba18195ba2d457095b96ad..e14cb525c640cb15bb6b2dfb62ccebbe78cb45cd:/SL/Form.pm
diff --git a/SL/Form.pm b/SL/Form.pm
index 4dc311826..514c282d2 100644
--- a/SL/Form.pm
+++ b/SL/Form.pm
@@ -488,7 +488,6 @@ sub header {
push @header, map { qq|| } $layout->javascripts;
push @header, $self->{javascript} if $self->{javascript};
push @header, map { $_->show_javascript } @{ $self->{AJAX} || [] };
- push @header, "" if $self->{fokus};
my %doctypes = (
strict => qq||,
@@ -531,15 +530,13 @@ EOT
}
sub footer {
- # TODO: fix abort conditions
-
return unless $::request->{layout}->need_footer;
print $::request->{layout}->end_content;
print $::request->{layout}->post_content;
if (my @inline_scripts = $::request->{layout}->javascripts_inline) {
- print "\n" for @inline_scripts;
+ print "\n";
}
print <