2001-01-07 11:43:48 +01:00
|
|
|
<tr bgcolor="FFFFFF">
|
|
|
|
<td colspan="2"> </td>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr bgcolor="486591">
|
|
|
|
<td colspan="2"><font color="fefefe"> <b>Preferences</b></font></td>
|
|
|
|
</tr>
|
|
|
|
|
2001-01-08 19:51:39 +01:00
|
|
|
<tr bgcolor="e6e6e6">
|
|
|
|
<td>Enter the title for your site.</td>
|
2001-09-12 18:49:23 +02:00
|
|
|
<td><input name="newsettings[site_title]" value="<?php echo $GLOBALS['current_config']['site_title']; ?>"></td>
|
2001-01-08 19:51:39 +01:00
|
|
|
</tr>
|
|
|
|
|
2001-09-12 18:49:23 +02:00
|
|
|
<?php $selected[$GLOBALS['current_config']['showpoweredbyon']] = ' selected'; ?>
|
2001-01-07 11:43:48 +01:00
|
|
|
<tr bgcolor="e6e6e6">
|
2001-04-24 10:24:11 +02:00
|
|
|
<td>Show 'powered by' logo on:</td>
|
2001-01-07 11:43:48 +01:00
|
|
|
<td>
|
|
|
|
<select name="newsettings[showpoweredbyon]">
|
2001-09-12 18:49:23 +02:00
|
|
|
<option value="bottom"<?php echo $selected['bottom']; ?>>bottom</option>
|
|
|
|
<option value="top"<?php echo $selected['top']; ?>>top</option>
|
2001-01-07 11:43:48 +01:00
|
|
|
</select>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<?php $selected = array(); ?>
|
|
|
|
|
2001-09-12 18:49:23 +02:00
|
|
|
<?php $selected[$GLOBALS['current_config']['countrylist']] = ' selected'; ?>
|
2001-06-23 08:15:37 +02:00
|
|
|
<tr bgcolor="e6e6e6">
|
|
|
|
<td>Country Selection (Text Entry/SelectBox):</td>
|
|
|
|
<td>
|
|
|
|
<select name="newsettings[countrylist]">
|
|
|
|
<?php
|
|
|
|
echo '<option value="user_choice"' . $selected['user_choice'] . '>Users Choice</option>';
|
|
|
|
echo '<option value="force_select"' . $selected['force_select'] . '>Force Selectbox</option>';
|
|
|
|
?>
|
|
|
|
</select>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<?php $selected = array(); ?>
|
|
|
|
|
2001-01-07 11:43:48 +01:00
|
|
|
<?php $selected = array(); ?>
|
2001-09-12 18:49:23 +02:00
|
|
|
<?php $selected[$GLOBALS['current_config']['htmlcompliant']] = ' selected'; ?>
|
2001-01-10 19:24:31 +01:00
|
|
|
<tr bgcolor="e6e6e6">
|
2001-06-23 08:15:37 +02:00
|
|
|
<td>Use pure HTML compliant code (not fully working yet):</td>
|
|
|
|
<td>
|
|
|
|
<select name="newsettings[htmlcompliant]">
|
|
|
|
<option value="">No</option>
|
|
|
|
<option value="True"<?php echo $selected['True']?>>Yes</option>
|
|
|
|
</select>
|
|
|
|
</td>
|
|
|
|
</tr>
|
2001-01-10 19:24:31 +01:00
|
|
|
|
2001-06-23 08:15:37 +02:00
|
|
|
<?php $selected = array(); ?>
|
2001-09-12 18:49:23 +02:00
|
|
|
<?php $selected[$GLOBALS['current_config']['usecookies']] = ' selected'; ?>
|
2001-01-07 11:43:48 +01:00
|
|
|
<tr bgcolor="e6e6e6">
|
2001-06-23 08:15:37 +02:00
|
|
|
<td>Use cookies to pass sessionid:</td>
|
|
|
|
<td>
|
|
|
|
<select name="newsettings[usecookies]">
|
|
|
|
<option value="">No</option>
|
|
|
|
<option value="True"<?php echo $selected['True']?>>Yes</option>
|
|
|
|
</select>
|
|
|
|
</td>
|
|
|
|
</tr>
|
2001-06-22 02:49:32 +02:00
|
|
|
|
2001-06-23 08:15:37 +02:00
|
|
|
<?php $selected = array(); ?>
|
2001-09-12 18:49:23 +02:00
|
|
|
<?php $selected[$GLOBALS['current_config']['checkfornewversion']] = ' selected'; ?>
|
2001-06-23 08:15:37 +02:00
|
|
|
<tr bgcolor="e6e6e6">
|
|
|
|
<td>Would you like phpGroupWare to check for new version<br>when admins login ?:</td>
|
|
|
|
<td>
|
|
|
|
<select name="newsettings[checkfornewversion]">
|
|
|
|
<option value="">No</option>
|
|
|
|
<option value="True"<?php echo $selected['True']?>>Yes</option>
|
|
|
|
</select>
|
|
|
|
</td>
|
|
|
|
</tr>
|
2001-06-22 02:49:32 +02:00
|
|
|
|
2001-06-23 08:15:37 +02:00
|
|
|
<?php $selected = array(); ?>
|
2001-09-12 18:49:23 +02:00
|
|
|
<?php $selected[$GLOBALS['current_config']['cache_phpgw_info']] = ' selected'; ?>
|
2001-06-23 08:15:37 +02:00
|
|
|
<tr bgcolor="e6e6e6">
|
|
|
|
<td>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"<?php echo $selected['True']?>>Yes</option>
|
|
|
|
</select>
|
|
|
|
</td>
|
|
|
|
</tr>
|
2001-06-26 00:22:42 +02:00
|
|
|
|
|
|
|
<?php $selected = array(); ?>
|
2001-07-28 05:14:08 +02:00
|
|
|
<!--
|
2001-06-26 00:22:42 +02:00
|
|
|
<tr bgcolor="e6e6e6">
|
|
|
|
<td>Default file system space per user/group ?:</td>
|
|
|
|
<td>
|
2001-09-12 18:49:23 +02:00
|
|
|
<input type="text" name="newsettings[vfs_default_account_size_number]" size="7" value="<?php echo $GLOBALS['current_config']['vfs_default_account_size_number']; ?> ">
|
2001-06-26 00:22:42 +02:00
|
|
|
|
2001-09-12 18:49:23 +02:00
|
|
|
<?php $selected[$GLOBALS['current_config']['vfs_default_account_size_type']] = ' selected'; ?>
|
2001-06-26 00:22:42 +02:00
|
|
|
<select name="newsettings[vfs_default_account_size_type]">
|
|
|
|
<option value="gb" <?php echo $selected['gb']?>>GB</option>
|
|
|
|
<option value="mb" <?php echo $selected['mb']?>>MB</option>
|
2001-06-26 22:32:34 +02:00
|
|
|
<option value="kb" <?php echo $selected['kb']?>>KB</option>
|
2001-06-26 00:57:11 +02:00
|
|
|
<option value="b" <?php echo $selected['b']?>>B</option>
|
2001-06-26 00:22:42 +02:00
|
|
|
</select>
|
|
|
|
</td>
|
|
|
|
</tr>
|
2001-07-28 05:14:08 +02:00
|
|
|
-->
|