X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/d623e974c5f456dab9a691df3fb57c6dba1e1865..b8fee3fc:/SL/Form.pm diff --git a/SL/Form.pm b/SL/Form.pm index f406817f6..6a6dc9c21 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -469,7 +469,7 @@ sub header { $layout->use_stylesheet("$_.css") for qw( main menu list_accounts jquery.autocomplete jquery.multiselect2side frame_header/header - ui-lightness/jquery-ui-1.8.12.custom + ui-lightness/jquery-ui jquery-ui.custom js/jscalendar/calendar-win2k-1 ); @@ -490,10 +490,12 @@ sub header { push @header, ""; } - push @header, map { qq|| } $layout->stylesheets; + my $auto_reload_resources_param = $layout->auto_reload_resources_param; + + push @header, map { qq|| } $layout->stylesheets; push @header, " " if $self->{landscape}; push @header, "" if -f $self->{favicon}; - push @header, map { qq|| } $layout->javascripts; + push @header, map { qq|| } $layout->javascripts; push @header, $self->{javascript} if $self->{javascript}; push @header, map { $_->show_javascript } @{ $self->{AJAX} || [] };