| [% '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') %]
|
| [% 'Dropdown Limit' | $T8 %] |
|
| [% '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) %]
|