From: Sven Schöling Date: Fri, 16 Feb 2007 15:57:06 +0000 (+0000) Subject: Auswahl der css Menues nun hardcoded, weil die custom css-Dateien garkeine Layouts... X-Git-Tag: release-2.4.2~89 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=c046c42244acda83029d00cb06ff636063765fb2;p=kivitendo-erp.git Auswahl der css Menues nun hardcoded, weil die custom css-Dateien garkeine Layouts waren. --- diff --git a/bin/mozilla/am.pl b/bin/mozilla/am.pl index 652b3ed18..d8eb1a217 100644 --- a/bin/mozilla/am.pl +++ b/bin/mozilla/am.pl @@ -2626,9 +2626,13 @@ sub config { } } - opendir CSS, "css/."; - @all = grep /.*\.css$/, readdir CSS; - closedir CSS; +# opendir CSS, "css/."; +# @all = grep /.*\.css$/, readdir CSS; +# closedir CSS; + +# css dir has styles that are not intended as general layouts. +# reverting to hardcoded list + @all = qw(lx-office-erp.css Win2000.css); foreach $item (@all) { if ($item eq $myconfig{stylesheet}) {