Code

Moved to trunk/branches/tags structure
[gosa.git] / plugins / personal / connectivity / kolab.tpl
1 <h2>{t}Kolab account{/t}</h2>
3 {if $is_account ne 'true'}
4 {t}The kolab account is currently disabled. It's features can be adjusted if you add a mail account.{/t}
5 {else}
7 <table style="width:100%">
8  <tr>
9   <td style="width:50%; vertical-align:top;">
10    <b>{t}Delegations{/t}</b><br>
11    <select style="width:350px; height:100px;" name="delegate_list[]" size=15 multiple>
12     {html_options values=$kolabDelegate output=$kolabDelegate}
13    </select>
14    <br>
15    <input name="delegate_address" size=30 align=center maxlength=60
16         {$kolabDelegateACL} value="">
17    <input type=submit value="{t}Add{/t}" name="add_delegation"
18         {$kolabDelegateACL}>&nbsp;
19    <input type=submit value="{t}Delete{/t}" name="delete_delegation"
20         {$kolabDelegateACL}>
21   </td>
22   <td rowspan=2 style="border-left:1px solid #A0A0A0">
23    &nbsp;
24   </td>
25   <td style="vertical-align:top;">
26 <p>
27  <b>{t}Invitation{/t}</b><br>
28  &nbsp;{t}Policy{/t} &nbsp; 
29  <select size="1" name="kolabInvitationPolicy" {$kolabInvitationPolicyACL}>
30   {html_options options=$policies selected=$kolabInvitationPolicy}
31  </select>
32 </p>
33 <p>
34  <b>{t}Free Busy information{/t}</b><br>
35  <table>
36   <tr>
37    <td>{t}URL{/t}</td>
38    <td><input name="calFBURL" size=30 maxlength=60 {$calFBURLACL} value="{$calFBURL}"></td>
39   </tr>
40   <tr>
41    <td>{t}Future{/t}</td>
42    <td><input name="kolabFreeBusyFuture" size=5 maxlength=6 {$kolabFreeBusyFutureACL} value="{$kolabFreeBusyFuture}"> {t}days{/t}</td>
43   </tr>
44  </table>
45 </p>
46 <p>
47  <b>{t}Misc{/t}</b><br>
48  &nbsp;<input type="checkbox" name="unrestrictedMailSize" value="1" {$unrestrictedMailSizeACL} {$unrestrictedMailSizeState}> {t}No mail size restriction{/t}
49 </p>
50   </td>
51  </tr>
52 </table>
54 {/if}