X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/110faf97c7888f4eadd44fa49c2d5c4f340a67e7..eab277a411:/templates/webpages/client_config/_features.html
diff --git a/templates/webpages/client_config/_features.html b/templates/webpages/client_config/_features.html
index 6538afabc..ec622e5a8 100644
--- a/templates/webpages/client_config/_features.html
+++ b/templates/webpages/client_config/_features.html
@@ -134,6 +134,21 @@
[% L.yes_no_tag('defaults.normalize_vc_names', SELF.defaults.normalize_vc_names) %] |
[% LxERP.t8('Automatic deletion of leading, trailing and excessive (repetitive) spaces in customer or vendor names') %] |
+
+ | [% LxERP.t8('Use text field for greetings') %] |
+ [% L.yes_no_tag('defaults.vc_greetings_use_textfield', SELF.defaults.vc_greetings_use_textfield) %] |
+ [% LxERP.t8('Use a text field to enter (new) greetings if enabled. Otherwise, only a drop down box is offered.') %] |
+
+
+ | [% LxERP.t8('Use text field for title of contacts') %] |
+ [% L.yes_no_tag('defaults.contact_titles_use_textfield', SELF.defaults.contact_titles_use_textfield) %] |
+ [% LxERP.t8('Use a text field to enter (new) contact titles if enabled. Otherwise, only a drop down box is offered.') %] |
+
+
+ | [% LxERP.t8('Use text field for department of contacts') %] |
+ [% L.yes_no_tag('defaults.contact_departments_use_textfield', SELF.defaults.contact_departments_use_textfield) %] |
+ [% LxERP.t8('Use a text field to enter (new) contact departments if enabled. Otherwise, only a drop down box is offered.') %] |
+
| [% LxERP.t8('Hourly Rate') %] |