Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 7e96b2d0

Von Moritz Bunkus vor fast 12 Jahren hinzugefügt

  • ID 7e96b2d0682294a98eef838fbad910bbaaa1f08d
  • Vorgänger 8f7b37d9
  • Nachfolger 3c5e4033

Default-CSS ist kivitendo.css (für Loginmaske, Adminbildschirm)

Unterschiede anzeigen:

SL/Layout/Base.pm
101 101
        -f "$css_path/$user_style/main.css") {
102 102
      $css_path = "$css_path/$user_style";
103 103
    } else {
104
      $css_path = "$css_path/lx-office-erp";
104
      $css_path = "$css_path/kivitendo";
105 105
    }
106 106
  } else {
107
    $css_path = "$css_path/lx-office-erp";
107
    $css_path = "$css_path/kivitendo";
108 108
  }
109 109
  $::myconfig{css_path} = $css_path; # needed for menunew, FIXME: don't do this here
110 110

  

Auch abrufbar als: Unified diff