X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/2fe6237c8b09d2f5a83145673c15be84bdfadf8a..feeb3fc8352:/templates/webpages/am/config.html?ds=inline diff --git a/templates/webpages/am/config.html b/templates/webpages/am/config.html index e215590e5..f64ce7da4 100644 --- a/templates/webpages/am/config.html +++ b/templates/webpages/am/config.html @@ -2,7 +2,7 @@ [%- USE LxERP %] [%- USE HTML %] [%- USE L %] -[% USE Dumper %] +

[% title %]

@@ -163,22 +163,58 @@ [% 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, - size = ENABLED_QUICK_SEARCHMODULES.size, - default = DEFAULT_QUICK_SEARCHMODULES) %] - [% # L.multiselect2side("quick_searches", labelsx=LxERP.t8("All modules"), labeldx=LxERP.t8("Enabled 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) %]
+ + + [% 'Displayable Name Preferences' | $T8 %] + + + [% FOREACH module=displayable_name_specs_by_module.keys.sort %] + [%- SET spec=displayable_name_specs_by_module.$module -%] + + + + + [% END %] +
[% spec.specs.title %] + + + + + + [% FOREACH option=spec.specs.options %] + + + + + [% END %] + + + + +
[% 'Option' | $T8 %][% 'Name' | $T8 %]
[% option.title %][% option.name %]
[% 'Display' | $T8 %]: + [% L.hidden_tag("displayable_name_specs[+].module", module) %] + [% L.input_tag("displayable_name_specs[].value", spec.prefs.get, size=50) %] +
+
+ +