Code

Added attributes to list of acls
[gosa.git] / plugins / personal / connectivity / kolab.tpl
2 {if $mail_account ne 'true'}
3         <h2>{t}Kolab account{/t}</h2>
4         {t}The kolab account is currently disabled. It's features can be adjusted if you add a mail account.{/t}
5 {else}
6 <input type="checkbox" id="kolabState" name="kolabState" value="1" {if $kolabState} checked {/if} 
7         onClick="
8         changeState('delegate_list');
9         changeState('delegate_address');
10         changeState('add_delegation');
11         changeState('delete_delegation');
12         changeState('unrestrictedMailSize');
13         changeState('calFBURL');
14         changeState('kolabFreeBusyFuture');
15         changeState('kolabInvitationPolicy');
16         {$changeState}"
17         {$kolabAccountACL}
18 >
19 <b>{t}Kolab account{/t}</b>
20 <br>
21 <br>
22 <table summary="" style="width:100%">
23  <tr>
24   <td style="width:50%; vertical-align:top;">
25    <b><LABEL for="delegate_list">{t}Delegations{/t}</LABEL></b><br>
26    <select id="delegate_list" style="width:350px; height:100px;" name="delegate_list[]" size=15 multiple  {if !$kolabState} disabled {/if} >
27     {html_options values=$kolabDelegate output=$kolabDelegate}
28         <option disabled>&nbsp;</option>
29    </select>
30    <br>
31    <input name="delegate_address" size=30 align=middle maxlength=60 {if !$kolabState} disabled {/if}
32         {$kolabDelegateACL} value="" id="delegate_address">
33    <input type=submit value="{t}Add{/t}" name="add_delegation" {if !$kolabState} disabled {/if}
34         {$kolabDelegateACL} id="add_delegation">&nbsp;
35    <input type=submit value="{t}Delete{/t}" name="delete_delegation" {if !$kolabState} disabled {/if}
36         {$kolabDelegateACL} id="delete_delegation">
37    <p>
38     <b>{t}Mail size{/t}</b><br>
39      &nbsp;<input type="checkbox" id='unrestrictedMailSize' name="unrestrictedMailSize" value="1" {if !$kolabState} disabled {/if}
40         {$unrestrictedMailSizeACL} {$unrestrictedMailSizeState}> {t}No mail size restriction for this account{/t}
41     </p>
42   </td>
43   <td rowspan=2 style="border-left:1px solid #A0A0A0">
44    &nbsp;
45   </td>
46   <td style="vertical-align:top;">
48  <b>{t}Free Busy information{/t}</b><br>
49  <table summary="">
50   <tr>
51    <td><LABEL for="calFBURL">{t}URL{/t}</LABEL></td>
52    <td><input id="calFBURL" name="calFBURL" size=30 maxlength=60 {$calFBURLACL} value="{$calFBURL}" {if !$kolabState} disabled {/if}></td>
53   </tr>
54   <tr>
55   <td><LABEL for="kolabFreeBusyFuture">{t}Future{/t}</LABEL></td>
56    <td><input id="kolabFreeBusyFuture" name="kolabFreeBusyFuture" size=5 maxlength=6 i {if !$kolabState} disabled {/if}{$kolabFreeBusyFutureACL} value="{$kolabFreeBusyFuture}"> {t}days{/t}</td>
57   </tr>
58  </table>
61  <b>{t}Invitation policy{/t}</b><br>
62  <table summary="">
63    {$invitation}
64  </table>
66   </td>
67  </tr>
68 </table>
70 {/if}