Code

Mass table tag fixing
[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 summary="" 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=middle 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    <p>
22     <b>{t}Mail size{/t}</b><br>
23      &nbsp;<input type="checkbox" name="unrestrictedMailSize" value="1" {$unrestrictedMailSizeACL} {$unrestrictedMailSizeState}> {t}No mail size restriction for this account{/t}
24     </p>
25   </td>
26   <td rowspan=2 style="border-left:1px solid #A0A0A0">
27    &nbsp;
28   </td>
29   <td style="vertical-align:top;">
31  <b>{t}Free Busy information{/t}</b><br>
32  <table summary="">
33   <tr>
34    <td>{t}URL{/t}</td>
35    <td><input name="calFBURL" size=30 maxlength=60 {$calFBURLACL} value="{$calFBURL}"></td>
36   </tr>
37   <tr>
38    <td>{t}Future{/t}</td>
39    <td><input name="kolabFreeBusyFuture" size=5 maxlength=6 {$kolabFreeBusyFutureACL} value="{$kolabFreeBusyFuture}"> {t}days{/t}</td>
40   </tr>
41  </table>
44  <b>{t}Invitation policy{/t}</b><br>
45  <table summary="">
46    {$invitation}
47  </table>
49   </td>
50  </tr>
51 </table>
53 {/if}