X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/8651e0271eb23ad16c4b19bb785284e99d9aac08..bcc996e65643:/templates/webpages/am/config.html diff --git a/templates/webpages/am/config.html b/templates/webpages/am/config.html index d939919c1..3cea8184c 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 %]

@@ -161,7 +163,22 @@ [% 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) %] +
+ +