summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9508cbc)
raw | patch | inline | side by side (parent: 9508cbc)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 19 May 2005 13:19:13 +0000 (13:19 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 19 May 2005 13:19:13 +0000 (13:19 +0000) |
plugins/admin/systems/class_servKolab.inc | patch | blob | history | |
plugins/admin/systems/servkolab.tpl | patch | blob | history |
index 7d6cf1234541222b6869df0aa1c25a9bcf547b0c..0eaa262c77ff4873f655ee8c3ee133c198132902 100644 (file)
var $postfix_mynetworks = "127.0.0.1/8";//ok
var $postfix_enable_virus_scan = "TRUE";//ok
var $cyrus_quotawarn = "999";//ok
+ var $kolabFreeBusyFuture = "1";// ok
var $cyrus_admins = "TRUE";//<<<<<<<<<<<<<<<<
var $cyrus_imap = "TRUE";//ok
var $cyrus_pop3 = "TRUE";//ok
var $remove = false;
var $attributes = array("postfix_mydomain", "postfix_mydestination",
"postfix_mynetworks", "postfix_enable_virus_scan",
- "cyrus_admins", "cyrus_imap",
+ "cyrus_admins", "cyrus_imap","kolabFreeBusyFuture",
"cyrus_pop3", "cyrus_imaps", "cyrus_pop3s", "cyrus_sieve",
"apache_allow_unauthenticated_fb", "proftpd_ftp",
"apache_http", "cyrus_quotawarn", "kolabHost");
index 78d29d4f5e17847753870d45eb90447a462fdb52..01b133f9c7a3109df90aae3d90418696b753f716 100644 (file)
</tr>
<tr>
<td>
- <input name="" value="" type="text" maxlength="2" size="3">
+ <input name="kolabFreeBusyFuture" value="{$kolabFreeBusyFuture}" type="text" maxlength="2" size="3">
When creating free/busy lists, include data from x days in the past
</td>
</tr>