X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/a0da7f1d521283359ccb3bf79ab52157c0cdc043..ba52ee60:/templates/webpages/client_config/_features.html diff --git a/templates/webpages/client_config/_features.html b/templates/webpages/client_config/_features.html index 0b71500dd..c260ce864 100644 --- a/templates/webpages/client_config/_features.html +++ b/templates/webpages/client_config/_features.html @@ -1,21 +1,29 @@ [%- USE LxERP -%][%- USE L -%]
| [% LxERP.t8("WebDAV") %] | ||||
| [% LxERP.t8('Webdav') %] | +[% LxERP.t8('WebDAV') %] | [% L.yes_no_tag('defaults.webdav', SELF.defaults.webdav) %] | -[% LxERP.t8('Use Webdav Repository') %] | +[% LxERP.t8('Use WebDAV Repository') %] |
| [% LxERP.t8('Webdav save documents') %] | +[% LxERP.t8('WebDAV save documents') %] | [% L.yes_no_tag('defaults.webdav_documents', SELF.defaults.webdav_documents) %] | -[% LxERP.t8('Save document in webdav repository') %] | +[% LxERP.t8('Save document in WebDAV repository') %] |
| [% LxERP.t8("Customer Master Data") %] | ||||
| [% LxERP.t8('Vertreter') %] | +[% LxERP.t8('Representative') %] | [% L.yes_no_tag('defaults.vertreter', SELF.defaults.vertreter) %] | [% LxERP.t8('Representative for Customer') %] | |
| [% LxERP.t8("Parts Master Data") %] | ||||
| [% LxERP.t8('Pictures for parts') %] | [% L.yes_no_tag('defaults.parts_show_image', SELF.defaults.parts_show_image) %] | |||