Code

updated templates
[gosa.git] / gosa-plugins / mail / admin / systems / services / imap / goImapServer.tpl
1 <h3>{t}Generic{/t}</h3>
2 <table width="100%">
3         <tr>
4                 <td style='width:50%;'>
5                         <table summary="">
6                                 <tr>
7                                         <td>{t}Server identifier{/t}{$must}
8                                         </td>
9                                         <td>
10 {render acl=$goImapNameACL}
11                                                 <input type='text' name="goImapName" id="goImapName" size=40 maxlength=60 value="{$goImapName}" >
12 {/render}
13                                         </td>
14                                 </tr>
15                                 <tr>
16                                         <td>{t}Connect URL{/t}{$must}
17                                         </td>
18                                         <td>
19 {render acl=$goImapConnectACL}
20                                                 <input type='text' name="goImapConnect" id="goImapConnect" size=40 maxlength=100 value="{$goImapConnect}" >
21 {/render}
22                                         </td>
23                                 </tr>
24                                 <tr>
25                                         <td>{t}Admin user{/t}{$must}
26                                         </td>
27                                         <td>
28 {render acl=$goImapAdminACL}
29                                                 <input type='text' name="goImapAdmin" id="goImapAdmin" size=30 maxlength=60 value="{$goImapAdmin}" >
30 {/render}
31                                         </td>
32                                 </tr>
33                                 <tr>
34                                         <td>{t}Password{/t}{$must}
35                                         </td>
36                                         <td>
37 {render acl=$goImapPasswordACL}
38                                         <input type=password name="goImapPassword" id="goImapPassword" size=30 maxlength=60 value="{$goImapPassword}" >
39 {/render}
40                                         </td>
41                                 </tr>
42                                 <tr>
43                                         <td>{t}Sieve connect URL{/t}{$must}
44                                         </td>
45                                         <td>
46 {render acl=$goImapSieveServerACL}
47                                                 <input type='text' name="goImapSieveServer" id="goImapSieveServer" size=30 maxlength=60 value="{$goImapSieveServer}">
48 {/render}
49                                         </td>
50                                 </tr>
51                         </table>
52                 </td>
53                 <td class='left-border'>
55                         <table>
56                                 <tr>
57                                         <td>
58 {render acl=$cyrusImapACL}
59                                                 <input type='checkbox' name='cyrusImap' value=1 {if $cyrusImap} checked {/if} > 
60 {/render}
61                                         </td>
62                                         <td>{t}Start IMAP service{/t}
63                                         </td>
64                                 </tr>
65                                 <tr>
66                                         <td>
67 {render acl=$cyrusImapSSLACL}
68                                                 <input type='checkbox' name='cyrusImapSSL' value=1 {if $cyrusImapSSL} checked {/if}> 
69 {/render}
70                                         </td>
71                                         <td>{t}Start IMAP SSL service{/t}
72                                         </td>
73                                 </tr>
74                                 <tr>
75                                         <td>
76 {render acl=$cyrusPop3ACL}
77                                                 <input type='checkbox' name='cyrusPop3' value=1 {if $cyrusPop3} checked {/if} > 
78 {/render}
79                                         </td>
80                                         <td>{t}Start POP3 service{/t}
81                                         </td>
82                                 </tr>
83                                 <tr>
84                                         <td>
85 {render acl=$cyrusPop3SSLACL}
86                                                 <input type='checkbox' name='cyrusPop3SSL' value=1 {if $cyrusPop3SSL} checked {/if} > 
87 {/render}
88                                         </td>
89                                         <td>{t}Start POP3 SSL service{/t}
90                                         </td>
91                                 </tr>
92                         </table>
93                 </td>
94         </tr>
95 </table>
96 <hr>
97 <br>
98 <h3>Action</h3>
99 {if $is_new == "new"}
100     {t}The server must be saved before you can use the status flag.{/t}
101 {elseif !$is_acc}
102     {t}The service must be saved before you can use the status flag.{/t}
103 {/if}
104 <br>
105 <select name="action" title='{t}Set new status{/t}' 
106         {if $is_new =="new" || !$is_acc} disabled {/if}
108         <option value="none">&nbsp;</option>
109     {html_options options=$Actions}
110 </select>
111 <button type='submit' name='ExecAction' title="{t}Set status{/t}">{t}Execute{/t}</button>
112         {if $is_new == "new" || !$is_acc} disabled {/if}
115 <hr>
116 <div style="width:100%; text-align:right;padding-top:10px;padding-bottom:3px;">
117     <button type='submit' name='SaveService'>{msgPool type=saveButton}</button>
119     &nbsp;
120     <button type='submit' name='CancelService'>{msgPool type=cancelButton}</button>
122 </div>
123 <input type="hidden" name="goImapServerPosted" value="1">