X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/cbf8ed0240f2cf87a37ebaff9aa36844f66d0a49..bf980f4c:/templates/webpages/client_config/_features.html diff --git a/templates/webpages/client_config/_features.html b/templates/webpages/client_config/_features.html index 44c158f3e..9c9051583 100644 --- a/templates/webpages/client_config/_features.html +++ b/templates/webpages/client_config/_features.html @@ -75,11 +75,6 @@ [% L.yes_no_tag('defaults.doc_files', SELF.defaults.doc_files) %] [% LxERP.t8('Use File Storage backend') %] - - [% LxERP.t8('Root path for file storage') %] - [% L.input_tag('defaults.doc_files_rootpath',SELF.defaults.doc_files_rootpath, style=style, onchange="verifyRootPath(this);") %] - [% LxERP.t8('This is the root directory for the File storage backend, must be writable for webserver') %] - [% LxERP.t8('WebDAV') %] [% L.yes_no_tag('defaults.doc_webdav', SELF.defaults.doc_webdav) %] @@ -299,5 +294,13 @@ [% LxERP.t8('Add Customer/Vendor Number as a reference add-on for SEPA export.') %] [% L.yes_no_tag('defaults.sepa_reference_add_vc_vc_id', SELF.defaults.sepa_reference_add_vc_vc_id) %] + + [% LxERP.t8("Experimental Features") %] + + [% LxERP.t8('Enable experimental features') %] + [% L.yes_no_tag('defaults.feature_experimental', SELF.defaults.feature_experimental) %] + [% LxERP.t8('Experimental features are:') %] [% LxERP.t8('new order controller') %], [% LxERP.t8('Assortment') %] + +