Code

Added gray out to navigation icons in divlist
[gosa.git] / plugins / admin / systems / goMailServer.tpl
1 <h2><img class="center" alt="" align="middle" src="images/rightarrow.png" /> {t}Generic{/t}</h2>
2 <table  style="width:100%;">
3         <tr>
4                 <td width="50%" style="vertical-align:top">
5                         <table >
6                                 <tr>
7                                         <td>{t}Visible full qualified hostname{/t}
8                                         </td>
9                                         <td>
10 {render acl=$postfixMyhostnameACL}
11                                                 <input type="text" name='postfixMyhostname' value='{$postfixMyhostname}' title='{t}The full qualified host name.{/t}'>
12 {/render}
13                                         </td>
14                                 </tr>
15                                 <tr>
16                                         <td>{t}Max mail header size{/t}
17                                         </td>
18                                         <td>
19 {render acl=$postfixMyhostnameACL}
20                                                 <input type="text" name='postfixHeaderSizeLimit' value='{$postfixHeaderSizeLimit}' 
21                                                                         title='{t}This value specifies the maximal header size.{/t}'>&nbsp;{t}KB{/t}
22 {/render}
23                                         </td>
24                                 </tr>
25                                 <tr>
26                                         <td>{t}Max mailbox size{/t}
27                                         </td>
28                                         <td>
29 {render acl=$postfixMailboxSizeLimitACL}
30                                                 <input type="text" name='postfixMailboxSizeLimit' value='{$postfixMailboxSizeLimit}' 
31                                                                         title='{t}Defines the maximal size of mail box.{/t}'>&nbsp;{t}KB{/t}
32 {/render}                                       </td>
33                                 </tr>
34                                 <tr>
35                                         <td>{t}Max message size{/t}
36                                         </td>
37                                         <td>
38 {render acl=$postfixMessageSizeLimitACL}
39                                                 <input type="text" name='postfixMessageSizeLimit' value='{$postfixMessageSizeLimit}' 
40                                                                         title='{t}Specify the maximal size of a message.{/t}'>&nbsp;{t}KB{/t}
41 {/render}
42                                         </td>
43                                 </tr>
44                                 <tr>
45                                         <td>{t}Relay host{/t}
46                                         </td>
47                                         <td>
48 {render acl=$postfixRelayhostACL}
49                                                 <input type="text" name='postfixRelayhost' value='{$postfixRelayhost}' 
50                                                                         title='{t}Relay messages to following host:{/t}'>
51 {/render}
52                                         </td>
53                                 </tr>
54                         </table>
55                 </td>
56                 <td style="border-left:1px solid #A0A0A0; ">
57                         <table style="width:100%;">
58                                 <tr>
59                                         <td>
60                                                 {t}Local networks{/t}<br>
61 {render acl=$postfixMyNetworksACL}
62                                                 <select name='Select_postfixMyNetworks[]' multiple size=6 style='width:100%;' title='{t}Postfix networks{/t}'>
63                                                         {html_options options=$postfixMyNetworks}
64                                                 </select>
65 {/render}
66 {render acl=$postfixMyNetworksACL}
67                                                 <input type="text" name="NewString_postfixMyNetworks" value="">
68 {/render}
69 {render acl=$postfixMyNetworksACL}
70                                                 <input type="submit" name="AddpostfixMyNetworks" value="{t}Add{/t}">
71 {/render}
72 {render acl=$postfixMyNetworksACL}
73                                                 <input type="submit" name="DelpostfixMyNetworks" value="{t}Remove{/t}">
74 {/render}
75                                         </td>
76                                 </tr>
77                         </table>
78                 </td>
79         </tr>
80         <tr>
81                 <td colspan="2">
82                         <p class='seperator'>&nbsp;</p>
83                         <h2>{t}Domains and routing{/t}</h2>
84                 </td>
85         </tr>   
86         <tr>
87                 <td>
88                           <table style="width:100%;">
89                 <tr>
90                     <td>
91                         {t}Domains to accept mail for{/t}<br>
92 {render acl=$postfixMyDestinationsACL}
93                         <select name='Select_postfixMyDestinations[]' multiple size=6 style='width:100%;' title='{t}Postfix is responsible for the following domains:{/t}'>
94 {/render}
95                             {html_options options=$postfixMyDestinations}
96                         </select>
97 {render acl=$postfixMyDestinationsACL}
98                         <input type="text" name="NewString_postfixMyDestinations" value="">
99 {/render}
100 {render acl=$postfixMyDestinationsACL}
101                         <input type="submit" name="AddpostfixMyDestinations" value="{t}Add{/t}">
102 {/render}
103 {render acl=$postfixMyDestinationsACL}
104                         <input type="submit" name="DelpostfixMyDestinations" value="{t}Remove{/t}">
105 {/render}
106                     </td>
107                 </tr>
108             </table>
109                 </td>
110                 <td style="border-left:1px solid #A0A0A0; ">
111                           <table style="width:100%;">
112                 <tr>
113                     <td>
114                         {t}Transports{/t}<br>
115 {render acl=$postfixTransportTableACL}
116                                                 {$Div_postfixTransportTable}
117 {/render}
119 {render acl=$postfixTransportTableACL}
120                         <input type="text" name="Source_postfixTransportTable" value="">
121 {/render}
122 {render acl=$postfixTransportTableACL}
123                         <select name='TransportProtocol' title='{t}Select a transport protocol.{/t}'>
124                             {html_options options=$TransportProtocols}
125                         </select>
126 {/render}
127 {render acl=$postfixTransportTableACL}
128                         <input type="text" name="Destination_postfixTransportTable" value="">
129 {/render}
130 {render acl=$postfixTransportTableACL}
131                         <input type="submit" name="AddpostfixTransportTable" value="{t}Add{/t}">
132 {/render}
133                     </td>
134                 </tr>
135             </table>
136                 </td>
137         </tr>
138         <tr>
139                 <td colspan="2">
140                         <p class='seperator'>&nbsp;</p>
141                         <h2>{t}Restrictions{/t}</h2>
142                 </td>
143         </tr>   
144         <tr>
145                 <td>
146             <table style="width:100%;">
147                 <tr>
148                     <td>
149                         {t}Restrictions for sender{/t}<br>
150 {render acl=$postfixSenderRestrictionsACL}
151                                                 {$Div_postfixSenderRestrictions}
152 {/render}
153 {render acl=$postfixSenderRestrictionsACL}
154                         <input type="text" name="Source_postfixSenderRestrictions" value="">
155 {/render}
156 {render acl=$postfixSenderRestrictionsACL}
157                         <select name='SenderRestrictionFilter' title='{t}Restriction filter{/t}'>
158                             {html_options options=$RestrictionFilters}
159                         </select>
160 {/render}
161 {render acl=$postfixSenderRestrictionsACL}
162                         <input type="text" name="Destination_postfixSenderRestrictions" value="">
163 {/render}
164 {render acl=$postfixSenderRestrictionsACL}
165                         <input type="submit" name="AddpostfixSenderRestrictions" value="{t}Add{/t}">
166 {/render}
167                     </td>
168                 </tr>
169             </table>
170                 </td>
171                 <td style="border-left:1px solid #A0A0A0;">
172             <table style="width:100%;">
173                 <tr>
174                     <td>
175                         {t}Restrictions for recipient{/t}<br>
176 {render acl=$postfixRecipientRestrictionsACL}
177                                                 {$Div_postfixRecipientRestrictions}
178 {/render}
179 {render acl=$postfixRecipientRestrictionsACL}
180                         <input type="text" name="Source_postfixRecipientRestrictions" value="">
181 {/render}
182 {render acl=$postfixRecipientRestrictionsACL}
183                         <select name='RecipientRestrictionFilter' title='{t}Restriction filter{/t}'>
184                             {html_options options=$RestrictionFilters}
185                         </select>
186 {/render}
187 {render acl=$postfixRecipientRestrictionsACL}
188                         <input type="text" name="Destination_postfixRecipientRestrictions" value="">
189 {/render}
190 {render acl=$postfixRecipientRestrictionsACL}
191                         <input type="submit" name="AddpostfixRecipientRestrictions" value="{t}Add{/t}">
192 {/render}
193                     </td>
194                 </tr>
195             </table>
196                 </td>
197         </tr>   
198 </table>
200 <p class='seperator'>&nbsp;</p>
201 <br>
202 <h2><img class="center" alt="" src="images/rocket.png" align="middle"> Action</h2>
203 {if $is_new == "new"}
204         {t}The server must be saved before you can use the status flag.{/t}
205 {elseif !$is_acc}
206         {t}The service must be saved before you can use the status flag.{/t}
207 {/if}
208 <br>
209 <select name="action" title='{t}Set new status{/t}' 
210         {if $is_new == "new" || $is_acc == false} disabled {/if}
212         <option value="none">&nbsp;</option>
213         {html_options options=$Actions} 
214 </select>
215 <input type='submit' name='ExecAction' title='{t}Set status{/t}' value='{t}Execute{/t}' 
216         {if $is_new == "new" || $is_acc == false} disabled {/if}
219 <p class="seperator">&nbsp;</p>
220 <div style="width:100%; text-align:right;padding-top:10px;padding-bottom:3px;">
221     <input type='submit' name='SaveService' value='{t}Save{/t}'>
222     &nbsp;
223     <input type='submit' name='CancelService' value='{t}Cancel{/t}'>
224 </p>