Revision 2bbd4152
Von Sven Schöling vor mehr als 12 Jahren hinzugefügt
SL/Form.pm | ||
---|---|---|
465 | 465 |
if (my $user_style = $::myconfig{stylesheet}) { |
466 | 466 |
$user_style =~ s/\.css$//; # nuke trailing .css, this is a remnand of pre 2.7.0 stylesheet handling |
467 | 467 |
$css_path = "$css_path/$user_style" if -d "$css_path/$user_style"; |
468 |
} else { |
|
469 |
$css_path = "$css_path/lx-office-erp"; |
|
468 | 470 |
} |
469 | 471 |
$::myconfig{css_path} = $css_path; # needed for menunew, FIXME: don't do this here |
470 | 472 |
|
Auch abrufbar als: Unified diff
lx-office-erp stylesheet als fallback