From 9ac3edeb1e15d1557547dd542a8d7cea3e3107d2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Tue, 16 Oct 2012 15:29:46 +0200 Subject: [PATCH] Hinweis in form, dass die Layouts ihre css sammeln sollen --- SL/Form.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/SL/Form.pm b/SL/Form.pm index aa83e2913..3660bf88a 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -464,6 +464,7 @@ sub header { my $layout = $::request->{layout}; # standard css for all + # this should gradually move to the layouts that need it $layout->use_stylesheet("$_.css") for qw( main menu tabcontent list_accounts jquery.autocomplete jquery.multiselect2side frame_header/header -- 2.20.1