X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/8651e0271eb23ad16c4b19bb785284e99d9aac08..feeb3fc8352:/templates/webpages/am/config.html diff --git a/templates/webpages/am/config.html b/templates/webpages/am/config.html index d939919c1..f64ce7da4 100644 --- a/templates/webpages/am/config.html +++ b/templates/webpages/am/config.html @@ -1,6 +1,8 @@ [%- USE T8 %] [%- USE LxERP %] -[%- USE HTML %][%- USE L %] +[%- USE HTML %] +[%- USE L %] +

[% title %]

@@ -162,6 +164,57 @@ + + [% '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) %] +
+ + + + + [% '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) %] +
+
+ +