projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22733fa
)
Auswahl der css Menues nun hardcoded, weil die custom css-Dateien garkeine Layouts...
author
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 16 Feb 2007 15:57:06 +0000
(15:57 +0000)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 16 Feb 2007 15:57:06 +0000
(15:57 +0000)
bin/mozilla/am.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/am.pl
b/bin/mozilla/am.pl
index
652b3ed
..
d8eb1a2
100644
(file)
--- 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}) {