<tr>
<td align="right">[% LxERP.t8('Root path for file storage') %]</td>
<td>[% L.input_tag('defaults.doc_files_rootpath',SELF.defaults.doc_files_rootpath, style=style, onchange="verifyRootPath(this);") %]</td>
- <td>[% LxERP.t8('This is the root directory for the File storage backend, must be writable for webserver') %]</td>
+ <td>[% LxERP.t8('This is the root directory for the File storage backend, must be writable for webserver. If you have more than one client you need another direcctory. All other directories must be created by hand and reachable from the webserver') %]</td>
</tr>
<tr>
<td align="right">[% LxERP.t8('WebDAV') %]</td>
<td align="right">[% LxERP.t8('Add Customer/Vendor Number as a reference add-on for SEPA export.') %]</td>
<td>[% L.yes_no_tag('defaults.sepa_reference_add_vc_vc_id', SELF.defaults.sepa_reference_add_vc_vc_id) %]</td>
</tr>
+
+ <tr><td class="listheading" colspan="4">[% LxERP.t8("Experimental Features") %]</td></tr>
+ <tr>
+ <td align="right">[% LxERP.t8('Enable experimental features') %]</td>
+ <td>[% L.yes_no_tag('defaults.feature_experimental', SELF.defaults.feature_experimental) %]</td>
+ <td>[% LxERP.t8('Experimental features are:') %] [% LxERP.t8('new order controller') %], [% LxERP.t8('Assortment') %]</td>
+ </tr>
+
</table>
</div>