Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 2bbd4152

Von Sven Schöling vor etwa 13 Jahren hinzugefügt

  • ID 2bbd4152c4ead167ccbe5dd3487f5be10f787645
  • Vorgänger 01b3bcb9
  • Nachfolger 17f2de0a

lx-office-erp stylesheet als fallback

Unterschiede anzeigen:

SL/Form.pm
if (my $user_style = $::myconfig{stylesheet}) {
$user_style =~ s/\.css$//; # nuke trailing .css, this is a remnand of pre 2.7.0 stylesheet handling
$css_path = "$css_path/$user_style" if -d "$css_path/$user_style";
} else {
$css_path = "$css_path/lx-office-erp";
}
$::myconfig{css_path} = $css_path; # needed for menunew, FIXME: don't do this here

Auch abrufbar als: Unified diff