X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fam%2Fconfig.html;h=f64ce7da4533b0727f568a453675c4167d8b0b07;hb=0ff43ab4cc5ee64577953acf90b2a3f93941b92c;hp=3cea8184c84983682ebdb85c8e9c9e64ca54655a;hpb=76383e4bd057a778acc2b3be2f2db278448dfe77;p=kivitendo-erp.git 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) %] +
+
+ +