2001-06-12 19:24:04 +02:00
|
|
|
<!-- BEGIN header -->
|
|
|
|
<form method="POST" action="{action_url}">
|
|
|
|
<table border="0" align="center">
|
|
|
|
<tr bgcolor="{th_bg}">
|
|
|
|
<td colspan="2"><font color="{th_text}"> <b>{title}</b></font></td>
|
|
|
|
</tr>
|
|
|
|
<!-- END header -->
|
|
|
|
<!-- BEGIN body -->
|
|
|
|
<tr bgcolor="{row_on}">
|
|
|
|
<td colspan="2"> </td>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr bgcolor="{row_off}">
|
|
|
|
<td colspan="2"> <b>{lang_Preferences}</b></td>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr bgcolor="{row_on}">
|
|
|
|
<td>{lang_Enter_the_title_for_your_site}.</td>
|
|
|
|
<td><input name="newsettings[site_title]" value="{value_site_title}"></td>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr bgcolor="{row_off}">
|
|
|
|
<td>{lang_Show_'powered_by'_logo_on}:</td>
|
|
|
|
<td>
|
|
|
|
<select name="newsettings[showpoweredbyon]">
|
|
|
|
<option value="bottom" {selected_showpoweredbyon_bottom}>bottom</option>
|
|
|
|
<option value="top" {selected_showpoweredbyon_top}>top</option>
|
|
|
|
</select>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
|
2001-06-22 03:15:14 +02:00
|
|
|
<tr bgcolor="{row_on}">
|
|
|
|
<td>{lang_Country_Selection} ({lang_Text_Entry}/{lang_SelectBox}):</td>
|
|
|
|
<td>
|
|
|
|
<select name="newsettings[countrylist]">
|
|
|
|
{hook_country_set}
|
|
|
|
</select>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
|
2001-06-12 19:24:04 +02:00
|
|
|
<tr bgcolor="{row_on}">
|
|
|
|
<td>{lang_Interface}/{lang_Template_Selection}:</td>
|
|
|
|
<td>
|
|
|
|
<select name="newsettings[template_set]">
|
|
|
|
{hook_template_set}
|
|
|
|
</select>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr bgcolor="{row_off}">
|
|
|
|
<td>{lang_Use_theme}:<br></td>
|
|
|
|
<td>
|
|
|
|
<select name="newsettings[force_theme]">
|
|
|
|
{hook_force_theme}
|
|
|
|
</select>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
|
2001-07-04 05:00:05 +02:00
|
|
|
<tr bgcolor="{row_off}">
|
|
|
|
<td>{lang_Force_default_application}:<br></td>
|
|
|
|
<td>
|
|
|
|
<select name="newsettings[force_default_app]">
|
|
|
|
{hook_force_default_app}
|
|
|
|
</select>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
|
2001-06-12 19:24:04 +02:00
|
|
|
<tr bgcolor="{row_on}">
|
|
|
|
<td>{lang_Use_pure_HTML_compliant_code_(not_fully_working_yet)}:</td>
|
2001-06-23 08:33:03 +02:00
|
|
|
<td>
|
|
|
|
<select name="newsettings[htmlcompliant]">
|
|
|
|
<option value="">No</option>
|
|
|
|
<option value="True"{selected_htmlcompliant_True}>Yes</option>
|
|
|
|
</select>
|
|
|
|
</td>
|
2001-06-12 19:24:04 +02:00
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr bgcolor="{row_off}">
|
|
|
|
<td>{lang_Use_cookies_to_pass_sessionid}:</td>
|
2001-06-23 08:33:03 +02:00
|
|
|
<td>
|
|
|
|
<select name="newsettings[usecookies]">
|
|
|
|
<option value="">No</option>
|
|
|
|
<option value="True"{selected_usecookies_True}>Yes</option>
|
|
|
|
</select>
|
|
|
|
</td>
|
2001-06-12 19:24:04 +02:00
|
|
|
</tr>
|
|
|
|
|
2001-07-08 06:05:10 +02:00
|
|
|
<tr bgcolor="{row_off}">
|
|
|
|
<td>{lang_check_ip_address_of_all_sessions}:</td>
|
|
|
|
<td>
|
|
|
|
<select name="newsettings[sessions_checkip]">
|
|
|
|
<option value="">No</option>
|
|
|
|
<option value="True"{selected_sessions_checkip_True}>Yes</option>
|
|
|
|
</select>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
|
2001-06-12 19:24:04 +02:00
|
|
|
<tr bgcolor="{row_on}">
|
|
|
|
<td>{lang_Would_you_like_phpGroupWare_to_check_for_a_new_version<br>when_admins_login_?}:</td>
|
2001-06-23 08:33:03 +02:00
|
|
|
<td>
|
|
|
|
<select name="newsettings[checkfornewversion]">
|
|
|
|
<option value="">No</option>
|
|
|
|
<option value="True"{selected_checkfornewversion_True}>Yes</option>
|
|
|
|
</select>
|
|
|
|
</td>
|
2001-06-12 19:24:04 +02:00
|
|
|
</tr>
|
2001-06-23 02:53:36 +02:00
|
|
|
|
|
|
|
<tr bgcolor="{row_off}">
|
2001-06-23 08:33:03 +02:00
|
|
|
<td>{lang_Would_you_like_phpGroupWare_to_cache_the_phpgw_info_array ?}:</td>
|
|
|
|
<td>
|
|
|
|
<select name="newsettings[cache_phpgw_info]">
|
|
|
|
<option value="">No</option>
|
|
|
|
<option value="True"{selected_cache_phpgw_info_True}>Yes</option>
|
|
|
|
</select>
|
|
|
|
</td>
|
|
|
|
</tr>
|
2001-07-28 05:13:13 +02:00
|
|
|
<!--
|
2001-06-26 00:33:21 +02:00
|
|
|
<tr bgcolor="{row_off}">
|
|
|
|
<td>{lang_Default_file_system_space_per_user}/{lang_group_?}:</td>
|
|
|
|
<td>
|
|
|
|
<input type="text" name="newsettings[vfs_default_account_size_number]" size="7" value="{value_vfs_default_account_size_number}">
|
|
|
|
<select name="newsettings[vfs_default_account_size_type]">
|
2001-06-26 00:57:11 +02:00
|
|
|
<option value="gb"{selected_vfs_default_account_size_type_gb}>GB</option>
|
|
|
|
<option value="mb"{selected_vfs_default_account_size_type_mb}>MB</option>
|
2001-06-26 22:32:34 +02:00
|
|
|
<option value="kb"{selected_vfs_default_account_size_type_kb}>KB</option>
|
2001-06-26 00:57:11 +02:00
|
|
|
<option value="b"{selected_vfs_default_account_size_type_b}>B</option>
|
2001-06-26 00:33:21 +02:00
|
|
|
</select>
|
|
|
|
</td>
|
|
|
|
</tr>
|
2001-07-28 05:13:13 +02:00
|
|
|
-->
|
2001-06-12 19:24:04 +02:00
|
|
|
<!-- END body -->
|
|
|
|
|
|
|
|
<!-- BEGIN footer -->
|
|
|
|
<tr bgcolor="{th_bg}">
|
|
|
|
<td colspan="2">
|
|
|
|
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td colspan="2" align="center">
|
|
|
|
<input type="submit" name="submit" value="Submit">
|
|
|
|
<input type="submit" name="cancel" value="Cancel">
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</form>
|
|
|
|
<!-- END footer -->
|