X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/1edebcf0aed748b75fa68e46aad70dbeeadfdd85..feeb3fc8352:/templates/webpages/am/config.html diff --git a/templates/webpages/am/config.html b/templates/webpages/am/config.html index 3cea8184c..f64ce7da4 100644 --- a/templates/webpages/am/config.html +++ b/templates/webpages/am/config.html @@ -163,6 +163,7 @@ [% 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 %] @@ -179,6 +180,41 @@ + + + [% '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) %] +
+
+ +