Code

W3c fixes, empty option removed
[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         <option disabled>&nbsp;</option>
14    </select>
15    <br>
16    <input name="delegate_address" size=30 align=middle maxlength=60
17         {$kolabDelegateACL} value="">
18    <input type=submit value="{t}Add{/t}" name="add_delegation"
19         {$kolabDelegateACL}>&nbsp;
20    <input type=submit value="{t}Delete{/t}" name="delete_delegation"
21         {$kolabDelegateACL}>
22    <p>
23     <b>{t}Mail size{/t}</b><br>
24      &nbsp;<input type="checkbox" name="unrestrictedMailSize" value="1" {$unrestrictedMailSizeACL} {$unrestrictedMailSizeState}> {t}No mail size restriction for this account{/t}
25     </p>
26   </td>
27   <td rowspan=2 style="border-left:1px solid #A0A0A0">
28    &nbsp;
29   </td>
30   <td style="vertical-align:top;">
32  <b>{t}Free Busy information{/t}</b><br>
33  <table summary="">
34   <tr>
35    <td>{t}URL{/t}</td>
36    <td><input name="calFBURL" size=30 maxlength=60 {$calFBURLACL} value="{$calFBURL}"></td>
37   </tr>
38   <tr>
39    <td>{t}Future{/t}</td>
40    <td><input name="kolabFreeBusyFuture" size=5 maxlength=6 {$kolabFreeBusyFutureACL} value="{$kolabFreeBusyFuture}"> {t}days{/t}</td>
41   </tr>
42  </table>
45  <b>{t}Invitation policy{/t}</b><br>
46  <table summary="">
47    {$invitation}
48  </table>
50   </td>
51  </tr>
52 </table>
54 {/if}