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