X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/48abd6c981f62e880b94e1ad9659d0a4d406912b..9ac69514fec5d49a989f7489beaed480a42d217d:/SL/Form.pm diff --git a/SL/Form.pm b/SL/Form.pm index f873458e7..70d3a6550 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -56,6 +56,7 @@ use SL::DBUtils; use SL::DO; use SL::IC; use SL::IS; +use SL::Locale; use SL::Mailer; use SL::Menu; use SL::MoreCommon qw(uri_encode uri_decode); @@ -311,7 +312,7 @@ sub info { ', - '', - '', - '', - '', - '', - '', - '', - '', - ''; + push @header, map { qq|| } + qw(jquery common jscalendar/calendar jscalendar/lang/calendar-de jscalendar/calendar-setup part_selection jquery-ui jqModal switchmenuframe); push @header, $self->{javascript} if $self->{javascript}; + push @header, map { qq|| } + qw(main menu tabcontent list_accounts jquery.autocomplete jquery.multiselect2side frame_header/header ui-lightness/jquery-ui-1.8.12.custom); + push @header, map { qq|| } push @header, map { $_->show_javascript } @{ $self->{AJAX} || [] }; push @header, "" if $self->{fokus}; push @header, sprintf "", @@ -530,9 +546,7 @@ sub header { EOT print " $_\n" for @header; print < -