Code

Updated layout - it's not complete yet, though
[gosa.git] / plugins / admin / systems / servkolab.tpl
1 <table style="width:100%">
2  <tr>
3   <td style="vertical-align:top; border-right:1px solid #A0A0A0; padding-right:5px;" width="50%">
5    <table>
6     <tr>
7          <td colspan="2"><b>{t}Services{/t}</b></td>
8         </tr>
9         <tr>
10                 <td>
11                         <input name="cyrus_pop3" value="1" type="checkbox" {$cyrus_pop3Check}>
12                 </td>
13                 <td>
14                         {t}POP3 service{/t}
15                 </td>
16         </tr>
17         <tr>
18         <td>
19             <input name="cyrus_pop3s" value="1" type="checkbox" {$cyrus_pop3sCheck}>
20         </td>
21                 <td>
22                         {t}POP3/SSL service{/t}
23         </td>
24     </tr>
25     <tr>
26         <td>
27             <input name="cyrus_imap" value="1" type="checkbox" {$cyrus_imapCheck}>
28         </td>
29         <td>
30                         {t}IMAP service{/t}
31         </td>
32     </tr>
33     <tr>
34         <td>
35             <input name="cyrus_imaps" value="1" type="checkbox" {$cyrus_imapsCheck}>
36         </td>
37         <td>
38                         {t}IMAP/SSL service{/t}
39         </td>
40     </tr>
41     <tr>
42         <td>
43             <input name="cyrus_sieve" value="1" type="checkbox" {$cyrus_sieveCheck}>
44         </td>
45         <td>
46                         {t}Sieve service{/t}
47         </td>
48     </tr>
49     <tr>
50         <td>
51             <input name="proftpd_ftp" value="1" type="checkbox" {$proftpd_ftpCheck}>
52         </td>   
53         <td>
54                         {t}FTP FreeBusy service (legacy, not interoperable with Kolab2 FreeBusy){/t}
55         </td>
56     </tr>
57     <tr>
58         <td>
59             <input name="apache_http" value="1" type="checkbox" {$apache_httpCheck}>
60         </td>
61         <td>
62                         {t}HTTP FreeBusy service (legacy){/t}
63         </td>
64     </tr>
65     <tr>
66         <td>
67             <input name="postfix_enable_virus_scan" value="1" type="checkbox" {$postfix_enable_virus_scanCheck}>
68         </td>
69         <td>
70                         {t}Amavis email scanning (virus/spam){/t}
71                 </td>
72         </tr>
73    </table>
75    <p class="seperator">&nbsp;</p>
76    <br>
78    <table>
79     <tr>
80                 <td colspan="2"> 
81                         <b>{t}Quota settings{/t}</b>
82                 </td>
83         </tr>
84         <tr>
85                 <td>
86                         <input name="cyrus_quotawarn" value="{$cyrus_quotawarn}" type="text" maxlength="2" size="3">%
87                 </td>
88                 <td>
89                         Percentage to warn users
90                 </td>
91         </tr>
92    </table>
93   
94   </td>
95   <td style="vertical-align:top" width="50%">
97    <table>
98     <tr>
99         <td colspan="2">
100             <b>{t}Free/Busy settings{/t}</b>
101         </td>
102     </tr>
103     <tr>
104         <td>
105             <input name="apache_allow_unauthenticated_fb" value="1" type="checkbox" {$apache_allow_unauthenticated_fbCheck}> {t}Allow unauthenticated downloading of Free/Busy information{/t}
106         </td>
107          </tr>
108          <tr>
109         <td>
110                 <input name="" value="" type="text" maxlength="2" size="3">
111                         When creating free/busy lists, include data from x days in the past
112                 </td>
113      </tr>
114    </table>
116 <p class="seperator">&nbsp;</p>
117 <br>
118    <table>
119     <tr>
120         <td>
121                 <b>{t}SMTP privileged networks{/t}</b>
122                 </td>
123     </tr>
124     <tr>
125           <td>
126             {t}Hosts/networks allowed to relay{/t}&nbsp;
127         <input name="postfix_mynetworks" size="35" maxlength="120" value="{$postfix_mynetworks}" type="text">
128         </td>
129      </tr>
130    </table>
133 <p class="seperator">&nbsp;</p>
134 <br>
137    <table>
138     <tr>
139         <td>
140                 <b>{t}SMTP smarthost/relayhost{/t}</b>
141                 </td>
142     </tr>
143     <tr>
144         <td>
145             <input name="" value="1" type="checkbox" >
146                         {t}Enable MX lookup for relayhost{/t}
147                 </td>
148      </tr>
149         <tr>    
150                 <td>
151                     {t}Host used to relay mails{/t}&nbsp;
152                         <input name="postfix_relayhost" size="35" maxlength="120" value="{$postfix_relayhost}" type="text">
153                 </td>
154         </tr>
155    </table>
158 <p class="seperator">&nbsp;</p>
159 <br>
162    <table>
163     <tr>
164         <td>
165                 <b>{t}Accept Internet Mail{/t}</b>
166                 </td>
167     </tr>
168     <tr>
169         <td>
170             <input name="" value="1" type="checkbox" >
171                 {t}Accept mail from other domains over non-authenticated SMTP{/t}
172                 </td>
173      </tr>
174    </table>
177   </td>
178  </tr>
179 </table>