User tools

Website tools


white label

Differences

The differences between two versions are shown here.

Link to this comparison view

Both sides of the previous revisionPrevious revision
Next revision
Previous revision
white-label [2018/10/18 13:17] lwsystemswhite-label [2024/06/06 13:23] (current) – [Konfiguration] lwsystems
Line 1: Line 1:
-====== White Label Möglichkeiten ======+====== White Label Möglichkeiten / Branding ======
  
-Die White Label Konfiguration von Benno MailArchiv ermöglicht eine einfache Anpassung des Web-Interfaces an das unternehmenseigene //Corporate Design//. Für die Anpassung werden ein überarbeitetes Stylesheet sowie ein Logo und ein zugehöriges Favicon benötigt.+Die White Label Konfiguration bzw. das Branding von Benno MailArchiv ermöglicht eine einfache Anpassung des Web-Interfaces an das unternehmenseigene //Corporate Design//. Für die Anpassung werden ein überarbeitetes Stylesheet sowie ein Logo und ein zugehöriges Favicon benötigt.
  
 Diese drei Dateien werden unter einem gesonderten Pfad gespeichert, so daß sie bei Updates des Systems nicht überschrieben werden. Diese drei Dateien werden unter einem gesonderten Pfad gespeichert, so daß sie bei Updates des Systems nicht überschrieben werden.
  
 ====== Konfiguration ====== ====== Konfiguration ======
 +
 +===== Konfigurationsdatei benno.conf =====
 +
 +Die Konfiguration von Benno Web wird in der Voreinstellung aus der Datei ''/etc/benno-web/benno.conf'' gelesen. Für individuelle Einstellungen Subdomains kann die Konfigurationsdatei mittels Umgebungsvarible BENNOWEB_CONFIG in der VirtualHost Umgebung des Webservers festgelegt werden.
 +
 +Example Apache web server configuration:
 +
 +   SetEnv BENNOWEB_CONFIG /etc/benno-web/benno-web-customer1.conf
 +
 +===== Theme =====
 +
  
 The web server creates an alias for the path to the configuration files. The Apache web server configuration includes a commented-out example of this.  The web server creates an alias for the path to the configuration files. The Apache web server configuration includes a commented-out example of this. 
Line 57: Zeile 68:
 } }
  
-/* ... */+/* Anpassen der Farben */ 
 + 
 +/* Farbe für Buttons (nicht hervorgehoben, Standard: Dunkleres Rot) */ 
 +.form_button_big {background:#0059A1;
 +.input_button {background:#0059A1;
 +.label_active {background:#0059A1;
 +.ui-widget-header {background:#0059A1 !important;
 +a.mail_content_button {background:#0059A1;
 +a.modal_button {background:#0059A1;
 + 
 +/* Farbe für Hervorhebungen (Hover-Effekt für Buttons etc., Standard: Helleres Rot) */ 
 +.no-touchevents .input_button:hover {background:#FE8300;
 +.no-touchevents a.mail_content_button:hover {background:#FE8300;
 +.no-touchevents #EMail_Attachments a:hover {background:#FE8300;
 +.no-touchevents a.modal_button:hover {background:#FE8300;
 +.no-touchevents .form_button_big:hover { background: #FE8300;} 
 +.form_notification {background: #FE8300;} 
 +table.jCalendar th { background: #FE8300;} 
 +table.jCalendar td.today { background: #FE8300;} 
 +table.jCalendar td.selected { background: #FE8300;} 
 +div.dp-popup a:hover { color: #FE8300;} 
 + 
 +/* Schriftfarbe des Login-Buttons (Standard: Sehr helles Rot) */ 
 +.form_button_big {color: white;}
 </file> </file>
  
Line 80: Zeile 114:
  
 ====== Angepasste Texte ====== ====== Angepasste Texte ======
 +
 +Das Info-Fenster wird per Default aus dem Template ''/srv/benno/bennoweb/templates/infotext.tpl'' gelesen. Ein angepasstes Template kann mit dem Konfigurationsparameter
 +
 +  INFOTEXT_TPL = /pfad/zur/infotext.tpl
 +
 +be determined.
 +
 +===== Webinterface allgemein =====
 +
  
 Die Texte der Oberfläche des Web-Interfaces können individuell angepasst werden. Hierfür werden unterhalb des  Die Texte der Oberfläche des Web-Interfaces können individuell angepasst werden. Hierfür werden unterhalb des 
white-label.1539868659.txt.gz · Zuletzt geändert: 2018/10/18 13:17 von lwsystems