2001-07-05 18:17:41 +02:00
|
|
|
<!-- BEGIN header -->
|
|
|
|
<form method="POST" action="{action_url}">
|
|
|
|
<table border="0" align="center">
|
2008-01-17 06:58:10 +01:00
|
|
|
<tr class="th">
|
2001-07-05 18:17:41 +02:00
|
|
|
<td colspan="2"><font color="{th_text}"> <b>{title}</b></font></td>
|
|
|
|
</tr>
|
|
|
|
<!-- END header -->
|
|
|
|
|
|
|
|
<!-- BEGIN body -->
|
2008-01-17 06:58:10 +01:00
|
|
|
<tr class="row_on">
|
2001-07-05 18:17:41 +02:00
|
|
|
<td colspan="2"> </td>
|
|
|
|
</tr>
|
|
|
|
|
2008-01-17 06:58:10 +01:00
|
|
|
<tr class="row_off">
|
2008-10-10 12:24:31 +02:00
|
|
|
<td colspan="2"><b>{lang_Calendar} {lang_site_configuration}</b></td>
|
2001-07-05 18:17:41 +02:00
|
|
|
</tr>
|
2008-01-17 06:58:10 +01:00
|
|
|
<tr class="row_on">
|
2001-07-05 18:17:41 +02:00
|
|
|
<td>{lang_Do_you_wish_to_autoload_calendar_holidays_files_dynamically?}</td>
|
|
|
|
<td>
|
|
|
|
<select name="newsettings[auto_load_holidays]">
|
|
|
|
<option value=""{selected_auto_load_holidays_False}>{lang_No}</option>
|
|
|
|
<option value="True"{selected_auto_load_holidays_True}>{lang_Yes}</option>
|
|
|
|
</select>
|
|
|
|
</td>
|
|
|
|
</tr>
|
2008-01-17 06:58:10 +01:00
|
|
|
<tr class="row_off">
|
2001-07-05 18:17:41 +02:00
|
|
|
<td>{lang_Location_to_autoload_from}:</td>
|
|
|
|
<td>
|
|
|
|
<select name="newsettings[holidays_url_path]">
|
|
|
|
<option value="localhost"{selected_holidays_url_path_localhost}>localhost</option>
|
2004-08-09 02:35:19 +02:00
|
|
|
<option value="http://www.egroupware.org/cal"{selected_holidays_url_path_http://www.egroupware.org/cal}>www.egroupware.org</option>
|
2001-07-05 18:17:41 +02:00
|
|
|
</select>
|
|
|
|
</td>
|
|
|
|
</tr>
|
2008-02-05 16:50:54 +01:00
|
|
|
<!-- lock setting -->
|
2008-01-17 06:58:10 +01:00
|
|
|
<tr class="row_on">
|
2009-11-19 19:56:04 +01:00
|
|
|
<td>{lang_setting_lock_time_calender}:</td>
|
2008-01-15 09:21:25 +01:00
|
|
|
<td><input name="newsettings[Lock_Time_Calender]" value="{value_Lock_Time_Calender}" size="40"></td>
|
2008-01-17 06:58:10 +01:00
|
|
|
</tr>
|
|
|
|
<tr class="row_off">
|
2008-10-10 12:24:31 +02:00
|
|
|
<td>{lang_Deny_Ressources_reservation_for_private_events}:</td>
|
|
|
|
<td>
|
|
|
|
<select name="newsettings[no_ressources_private]">
|
|
|
|
<option value="">{lang_No}</option>
|
|
|
|
<option value="yes"{selected_no_ressources_private_yes}>{lang_Yes}</option>
|
|
|
|
</select>
|
|
|
|
</td>
|
2008-01-17 06:58:10 +01:00
|
|
|
</tr>
|
|
|
|
<tr class="row_on">
|
2009-11-19 19:56:04 +01:00
|
|
|
<td>{lang_Require_an_ACL_grant_to_invite_other_users_and_groups}:</td>
|
|
|
|
<td>
|
|
|
|
<select name="newsettings[require_acl_invite]">
|
|
|
|
<option value="">{lang_No}: {lang_Every_user_can_invite_other_users_and_groups}</option>
|
|
|
|
<option value="groups"{selected_require_acl_invite_groups}>{lang_Groups:_other_users_can_allways_be_invited,_only_groups_require_an_invite_grant}</option>
|
|
|
|
<option value="all"{selected_require_acl_invite_all}>{lang_Users_+_groups:_inviting_both_allways_requires_an_invite_grant}</option>
|
|
|
|
</select>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr class="th">
|
2008-10-10 12:24:31 +02:00
|
|
|
<td colspan="2"><b>{lang_Birthdays}</b></td>
|
|
|
|
</tr>
|
|
|
|
<tr class="row_off">
|
2008-01-17 06:58:10 +01:00
|
|
|
<td>{lang_Show_birthdays_from_addressbook}:</td>
|
|
|
|
<td>
|
|
|
|
<select name="newsettings[hide_birthdays]">
|
|
|
|
<option value="">{lang_Yes}</option>
|
2009-05-14 13:09:55 +02:00
|
|
|
<option value="dateonly"{selected_hide_birthdays_dateonly}>{lang_Show_only_the_date,_not_the_year}</option>
|
2008-01-17 06:58:10 +01:00
|
|
|
<option value="yes"{selected_hide_birthdays_yes}>{lang_No}</option>
|
|
|
|
</select>
|
2008-01-15 09:21:25 +01:00
|
|
|
</td>
|
|
|
|
</tr>
|
2001-07-05 18:17:41 +02:00
|
|
|
<!-- END body -->
|
|
|
|
|
|
|
|
<!-- BEGIN footer -->
|
2008-01-17 06:58:10 +01:00
|
|
|
<tr class="th">
|
2001-07-05 18:17:41 +02:00
|
|
|
<td colspan="2">
|
|
|
|
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td colspan="2" align="center">
|
2001-12-04 08:43:52 +01:00
|
|
|
<input type="submit" name="submit" value="{lang_submit}">
|
|
|
|
<input type="submit" name="cancel" value="{lang_cancel}">
|
2001-07-05 18:17:41 +02:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</form>
|
|
|
|
<!-- END footer -->
|