Code

Added header to template
[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                                                 <input type="text" name='postfixMyhostname' value='{$postfixMyhostname}' title='{t}The full qualified host name.{/t}'>
11                                         </td>
12                                 </tr>
13                                 <tr>
14                                         <td>{t}Max mail header size{/t}
15                                         </td>
16                                         <td>
17                                                 <input type="text" name='postfixHeaderSizeLimit' value='{$postfixHeaderSizeLimit}' 
18                                                                         title='{t}This value specifies the maximal header size.{/t}'>&nbsp;{t}KB{/t}
19                                         </td>
20                                 </tr>
21                                 <tr>
22                                         <td>{t}Max mailbox size{/t}
23                                         </td>
24                                         <td>
25                                                 <input type="text" name='postfixMailboxSizeLimit' value='{$postfixMailboxSizeLimit}' 
26                                                                         title='{t}Defines the maximal size of mail box.{/t}'>&nbsp;{t}KB{/t}
27                                         </td>
28                                 </tr>
29                                 <tr>
30                                         <td>{t}Max message size{/t}
31                                         </td>
32                                         <td>
33                                                 <input type="text" name='postfixMessageSizeLimit' value='{$postfixMessageSizeLimit}' 
34                                                                         title='{t}Specify the maximal size of a message.{/t}'>&nbsp;{t}KB{/t}
35                                         </td>
36                                 </tr>
37                                 <tr>
38                                         <td>{t}Relay host{/t}
39                                         </td>
40                                         <td>
41                                                 <input type="text" name='postfixRelayhost' value='{$postfixRelayhost}' 
42                                                                         title='{t}Relay messages to following host.{/t}'>
43                                         </td>
44                                 </tr>
45                         </table>
46                 </td>
47                 <td style="border-left:1px solid #A0A0A0; ">
48                         <table style="width:100%;">
49                                 <tr>
50                                         <td>
51                                                 {t}Local networks{/t}<br>
52                                                 <select name='Select_postfixMyNetworks[]' multiple size=6 style='width:100%;' title='{t}Postfix networks{/t}'>
53                                                         {html_options options=$postfixMyNetworks}
54                                                 </select>
55                                                 <input type="text" name="NewString_postfixMyNetworks" value="">
56                                                 <input type="submit" name="AddpostfixMyNetworks" value="{t}Add{/t}">
57                                                 <input type="submit" name="DelpostfixMyNetworks" value="{t}Remove{/t}">
58                                         </td>
59                                 </tr>
60                         </table>
61                 </td>
62         </tr>
63         <tr>
64                 <td colspan="2">
65                         <p class='seperator'>&nbsp;</p>
66                         <h2>{t}Domains and routing{/t}</h2>
67                 </td>
68         </tr>   
69         <tr>
70                 <td>
71                           <table style="width:100%;">
72                 <tr>
73                     <td>
74                         {t}Domains to accept mail for{/t}<br>
75                         <select name='Select_postfixMyDestinations[]' multiple size=6 style='width:100%;' title='{t}Postfix is responsilbe for the follwing domains.{/t}'>
76                             {html_options options=$postfixMyDestinations}
77                         </select>
78                         <input type="text" name="NewString_postfixMyDestinations" value="">
79                         <input type="submit" name="AddpostfixMyDestinations" value="{t}Add{/t}">
80                         <input type="submit" name="DelpostfixMyDestinations" value="{t}Remove{/t}">
81                     </td>
82                 </tr>
83             </table>
84                 </td>
85                 <td style="border-left:1px solid #A0A0A0; ">
86                           <table style="width:100%;">
87                 <tr>
88                     <td>
89                         {t}Transports{/t}<br>
90                                                 {$Div_postfixTransportTable}
91                         <input type="text" name="Source_postfixTransportTable" value="">
92                         <select name='TransportProtocol' title='{t}Select a transport protocoll.{/t}'>
93                             {html_options options=$TransportProtocols}
94                         </select>
95                         <input type="text" name="Destination_postfixTransportTable" value="">
96                         <input type="submit" name="AddpostfixTransportTable" value="{t}Add{/t}">
97                     </td>
98                 </tr>
99             </table>
100                 </td>
101         </tr>
102         <tr>
103                 <td colspan="2">
104                         <p class='seperator'>&nbsp;</p>
105                         <h2>{t}Restrictions{/t}</h2>
106                 </td>
107         </tr>   
108         <tr>
109                 <td>
110             <table style="width:100%;">
111                 <tr>
112                     <td>
113                         {t}Restrictions for sender{/t}<br>
114                                                 {$Div_postfixSenderRestrictions}
115                         <input type="text" name="Source_postfixSenderRestrictions" value="">
116                         <select name='SenderRestrictionFilter' title='{t}Restriction filter{/t}'>
117                             {html_options options=$RestrictionFilters}
118                         </select>
119                         <input type="text" name="Destination_postfixSenderRestrictions" value="">
120                         <input type="submit" name="AddpostfixSenderRestrictions" value="{t}Add{/t}">
121                     </td>
122                 </tr>
123             </table>
124                 </td>
125                 <td style="border-left:1px solid #A0A0A0;">
126             <table style="width:100%;">
127                 <tr>
128                     <td>
129                         {t}Restrictions for recipient{/t}<br>
130                                                 {$Div_postfixRecipientRestrictions}
131                         <input type="text" name="Source_postfixRecipientRestrictions" value="">
132                         <select name='RecipientRestrictionFilter' title='{t}Restriction filter{/t}'>
133                             {html_options options=$RestrictionFilters}
134                         </select>
135                         <input type="text" name="Destination_postfixRecipientRestrictions" value="">
136                         <input type="submit" name="AddpostfixRecipientRestrictions" value="{t}Add{/t}">
137                                                 
138                     </td>
139                 </tr>
140             </table>
141                 </td>
142         </tr>   
143 </table>
145 <p class='seperator'>&nbsp;</p>
146 <br>
147 {if $is_new == "new"}
148         {t}The server must be saved before you can use the status flag.{/t}
149 {/if}
150 <br>
151 <h2><img class="center" alt="" src="images/rocket.png" align="middle"> Action</h2>
152 <select name="action" title='{t}{/t}' {if $is_new == "new"} disabled {/if}>
153         <option value="none">&nbsp;</option>
154         {html_options options=$Actions} 
155 </select>
156 <input type='submit' name='ExecAction' title='{t}Set status{/t}' value='{t}Execute{/t}' {if $is_new == "new"} disabled {/if}>
158 <p class="seperator">&nbsp;</p>
159 <p>
160 <div style="width:100%; text-align:right;">
161     <input type='submit' name='SaveService' value='{t}Save{/t}'>
162     &nbsp;
163     <input type='submit' name='CancelService' value='{t}Cancel{/t}'>
164 </div>
165 </p>