<td>[% L.yes_no_tag('defaults.doc_files', SELF.defaults.doc_files) %]</td>
<td>[% LxERP.t8('Use File Storage backend') %]</td>
</tr>
- <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>
- </tr>
<tr>
<td align="right">[% LxERP.t8('WebDAV') %]</td>
<td>[% L.yes_no_tag('defaults.doc_webdav', SELF.defaults.doc_webdav) %]</td>