mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Add 'Select where you want to store/retreive file contents' option (file_store_contents)
This commit is contained in:
parent
b3c3791b5e
commit
c1bf33a585
@ -41,7 +41,11 @@
|
|||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr bgcolor="{row_off}">
|
<tr bgcolor="{row_off}">
|
||||||
<td>{lang_Select_where_you_want_to_store/retrieve_filesystem_information}:</td>
|
<td>
|
||||||
|
{lang_Select_where_you_want_to_store/retrieve_filesystem_information}:
|
||||||
|
<br>
|
||||||
|
({lang_file_type,_size,_version,_etc.})
|
||||||
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<select name="newsettings[file_repository]">
|
<select name="newsettings[file_repository]">
|
||||||
<option value="sql"{selected_file_repository_sql}>SQL</option>
|
<option value="sql"{selected_file_repository_sql}>SQL</option>
|
||||||
@ -49,6 +53,20 @@
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
<tr bgcolor="{row_off}">
|
||||||
|
<td>
|
||||||
|
{lang_Select_where_you_want_to_store/retrieve_file_contents}:
|
||||||
|
<br>
|
||||||
|
({lang_Recommended:_Filesystem})
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<select name="newsettings[file_store_contents]">
|
||||||
|
<option value="filesystem"{selected_file_store_contents_filesystem}>Filesystem</option>
|
||||||
|
<option value="sql"{selected_file_store_contents_sql}>SQL</option>
|
||||||
|
</select>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
<tr bgcolor="{row_on}">
|
<tr bgcolor="{row_on}">
|
||||||
<td>{lang_Minimum_account_id_(e.g._500_or_100,_etc.)}:</td>
|
<td>{lang_Minimum_account_id_(e.g._500_or_100,_etc.)}:</td>
|
||||||
<td><input name="newsettings[account_min_id]" value="{value_account_min_id}"></td>
|
<td><input name="newsettings[account_min_id]" value="{value_account_min_id}"></td>
|
||||||
|
Loading…
Reference in New Issue
Block a user