Add 'Select where you want to store/retreive file contents' option (file_store_contents)

This commit is contained in:
Zone 2002-08-26 04:39:25 +00:00
parent b3c3791b5e
commit c1bf33a585

View File

@ -41,7 +41,11 @@
</tr>
<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>
<select name="newsettings[file_repository]">
<option value="sql"{selected_file_repository_sql}>SQL</option>
@ -49,6 +53,20 @@
</td>
</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}">
<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>