]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/client_config/_features.html
Anlegen von default Verzeichnis für Dateimanagement
[mfinanz.git] / templates / webpages / client_config / _features.html
index 44c158f3ece665f8584c8d7266ca6d02241e31f0..9596c5933a62cbea3c38e35888381d73afa37c88 100644 (file)
@@ -78,7 +78,7 @@
   <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>