Revision 3a476fcc
Von Thomas Heck vor mehr als 10 Jahren hinzugefügt
SL/DB/AuthUser.pm | ||
---|---|---|
8 | 8 |
use SL::DB::Manager::AuthUser; |
9 | 9 |
use SL::DB::Helper::Util; |
10 | 10 |
|
11 |
use constant CONFIG_VARS => qw(copies countrycode dateformat timeformat default_media default_printer_id email favorites fax hide_cvar_search_options mandatory_departments menustyle name |
|
12 |
numberformat show_form_details signature stylesheet taxincluded_checked tel template_format vclimit); |
|
11 |
use constant CONFIG_VARS => qw(copies countrycode dateformat timeformat default_media default_printer_id |
|
12 |
email favorites fax hide_cvar_search_options mandatory_departments menustyle name |
|
13 |
numberformat show_form_details signature stylesheet taxincluded_checked tel |
|
14 |
template_format vclimit focus_position); |
|
13 | 15 |
|
14 | 16 |
__PACKAGE__->meta->add_relationship( |
15 | 17 |
groups => { |
Auch abrufbar als: Unified diff
Focusposition nach Erneuern wählbar gemacht