X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/497da0ff32257cd249c8c60991f8aaebd92f409c..1edebcf0aed748b75fa68e46aad70dbeeadfdd85:/templates/webpages/am/config.html diff --git a/templates/webpages/am/config.html b/templates/webpages/am/config.html index 038639abe..3cea8184c 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 %]

@@ -168,15 +168,14 @@
[% L.select_tag("quick_search_modules[]", - ENABLED_QUICK_SEARCHMODULES, + 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")) %] + size = enabled_quick_searchmodules.size, + default = default_quick_searchmodules) %]