Revision 98fca2dc
Von Sven Schöling vor fast 18 Jahren hinzugefügt
bin/mozilla/admin.pl | ||
---|---|---|
473 | 473 |
} |
474 | 474 |
} |
475 | 475 |
|
476 |
opendir CSS, "css/."; |
|
477 |
@all = sort(grep({ /\.css$/ && ($_ ne "tabcontent.css") } readdir(CSS))); |
|
478 |
closedir CSS; |
|
476 |
# opendir CSS, "css/."; |
|
477 |
# @all = grep /.*\.css$/, readdir CSS; |
|
478 |
# closedir CSS; |
|
479 |
|
|
480 |
# css dir has styles that are not intended as general layouts. |
|
481 |
# reverting to hardcoded list |
|
482 |
@all = qw(lx-office-erp.css Win2000.css); |
|
479 | 483 |
|
480 | 484 |
foreach $item (@all) { |
481 | 485 |
if ($item eq $myconfig->{stylesheet}) { |
Auch abrufbar als: Unified diff
und in admin.pl denselben Bug