Revision 6c6a8d01
Von Bernd Bleßmann vor mehr als 1 Jahr hinzugefügt
| SL/Helper/UserPreferences/DisplayPreferences.pm | ||
|---|---|---|
|
return;
|
||
|
}
|
||
|
|
||
|
if ( !($style eq 'desktop' || $style eq 'mobile') ) {
|
||
|
if ( !($style eq 'desktop' || $style eq 'mobile' || $style eq 'auto') ) {
|
||
|
die "unknown layout style '$style'";
|
||
|
}
|
||
|
|
||
Auch abrufbar als: Unified diff
Erzwungener Layout-Stil: Benutzereinstellung
Desktop, Mobil, automatisch oder aus Mandantenkonfig