Revision ede5fa54
Von Bernd Bleßmann vor mehr als 5 Jahren hinzugefügt
SL/AM.pm | ||
---|---|---|
52 | 52 |
use SL::DB::Vendor; |
53 | 53 |
use SL::DB; |
54 | 54 |
use SL::GenericTranslations; |
55 |
use SL::Helper::UserPreferences::PositionsScrollbar; |
|
55 | 56 |
|
56 | 57 |
use strict; |
57 | 58 |
|
... | ... | |
527 | 528 |
}; |
528 | 529 |
} |
529 | 530 |
|
531 |
sub positions_scrollbar_height { |
|
532 |
SL::Helper::UserPreferences::PositionsScrollbar->new()->get_height(); |
|
533 |
} |
|
534 |
|
|
530 | 535 |
sub save_preferences { |
531 | 536 |
$main::lxdebug->enter_sub(); |
532 | 537 |
|
... | ... | |
552 | 557 |
} |
553 | 558 |
} |
554 | 559 |
|
560 |
if (exists $form->{positions_scrollbar_height}) { |
|
561 |
SL::Helper::UserPreferences::PositionsScrollbar->new()->store_height($form->{positions_scrollbar_height}) |
|
562 |
} |
|
563 |
|
|
555 | 564 |
$main::lxdebug->leave_sub(); |
556 | 565 |
|
557 | 566 |
return 1; |
Auch abrufbar als: Unified diff
Benutzereinstellungen für Höhe des Scrollbereichs f. Positionen …
… im neuen Auftrags-Controller