Revision 6c6a8d01
Von Bernd Bleßmann vor etwa 1 Jahr hinzugefügt
SL/AM.pm | ||
---|---|---|
561 | 561 |
SL::Helper::UserPreferences::DisplayPreferences->new()->get_longdescription_dialog_size_percentage(); |
562 | 562 |
} |
563 | 563 |
|
564 |
sub layout_style { |
|
565 |
SL::Helper::UserPreferences::DisplayPreferences->new()->get_layout_style(); |
|
566 |
} |
|
567 |
|
|
564 | 568 |
sub save_preferences { |
565 | 569 |
$main::lxdebug->enter_sub(); |
566 | 570 |
|
... | ... | |
604 | 608 |
if (exists $form->{longdescription_dialog_size_percentage}) { |
605 | 609 |
SL::Helper::UserPreferences::DisplayPreferences->new()->store_longdescription_dialog_size_percentage($form->{longdescription_dialog_size_percentage}) |
606 | 610 |
} |
611 |
if (exists $form->{layout_style}) { |
|
612 |
SL::Helper::UserPreferences::DisplayPreferences->new()->store_layout_style($form->{layout_style}) |
|
613 |
} |
|
607 | 614 |
|
608 | 615 |
$main::lxdebug->leave_sub(); |
609 | 616 |
|
Auch abrufbar als: Unified diff
Erzwungener Layout-Stil: Benutzereinstellung
Desktop, Mobil, automatisch oder aus Mandantenkonfig