marked VFS as default and VFS2 as EXPERIMENTAL

This commit is contained in:
Ralf Becker 2006-03-22 07:03:03 +00:00
parent 65b9f91744
commit f0023de1a7

View File

@ -451,9 +451,9 @@
</td>
<td>
<select name="newsettings[file_repository]">
<option value="sql"{selected_file_repository_sql}>SQL</option>
<option value="sql"{selected_file_repository_sql}>SQL ({lang_default})</option>
<option value="dav"{selected_file_repository_dav}>WebDAV</option>
<option value="sql2"{selected_file_repository_sql2}>SQL version 2 (Required for FilesCenter)</option>
<option value="sql2"{selected_file_repository_sql2}>SQL version 2 (EXPERIMENTAL, required and works only with FilesCenter)</option>
</select>
</td>
</tr>