[% 'Date Format' | $T8 %] |
[% L.select_tag('dateformat', DATEFORMATS, value_key = 'value', title_key = 'name') %]
|
[% 'Time Format' | $T8 %] |
[% L.select_tag('timeformat', TIMEFORMATS, value_key = 'value', title_key = 'name') %]
|
[% 'Output Number Format' | $T8 %] |
[% L.select_tag('numberformat', NUMBERFORMATS, value_key = 'value', title_key = 'name') %]
|
[% 'Language' | $T8 %] |
[% L.select_tag('countrycode', COUNTRYCODES, value_key = 'value', title_key = 'name') %]
|
[% 'Stylesheet' | $T8 %] |
[% L.select_tag('usestylesheet', STYLESHEETS, value_key = 'value', title_key = 'name') %]
|
[% 'Setup Menu' | $T8 %] |
|
[% 'Form details (second row)' | $T8 %] |
|
[% 'Show custom variable search inputs' | $T8 %] |
|
[% 'Number of columns of custom variables in form details (second row)' | $T8 %] |
[% L.input_tag('form_cvars_nr_cols', MYCONFIG.form_cvars_nr_cols || 3, size = 5) %]
|
[% 'Quick Searches that will be shown in the header for this user' | $T8 %] |
[% L.select_tag("quick_search_modules[]",
ENABLED_QUICK_SEARCHMODULES,
value_key = "name",
title_key = "description_config",
id = "quick_searches",
multiple = 1,
with_empty = 1
size = ENABLED_QUICK_SEARCHMODULES.size,
default = DEFAULT_QUICK_SEARCHMODULES) %]
[% # L.multiselect2side("quick_searches", labelsx=LxERP.t8("All modules"), labeldx=LxERP.t8("Enabled modules")) %]
|