Code

Added header to template
[gosa.git] / plugins / admin / systems / goMailServer.tpl
index 94d64ac83d0530010636036ef9234633a26e91f9..a53e0a83d7883ca015c256c658a7f54b1b7f955d 100644 (file)
@@ -1,10 +1,15 @@
-<img src='images/mail.png'><b>{t}Generic{/t}</b>
-<br><br>
-{t}Visible full qualified hostname{/t}&nbsp;<input type="text" name='postfixMyhostname' value='{$postfixMyhostname}' title='{t}The full qualified host name.{/t}'>
+<h2><img class="center" alt="" align="middle" src="images/rightarrow.png" /> {t}Generic{/t}</h2>
 <table  style="width:100%;">
        <tr>
-               <td width="50%">
+               <td width="50%" style="vertical-align:top">
                        <table >
+                               <tr>
+                                       <td>{t}Visible full qualified hostname{/t}
+                                       </td>
+                                       <td>
+                                               <input type="text" name='postfixMyhostname' value='{$postfixMyhostname}' title='{t}The full qualified host name.{/t}'>
+                                       </td>
+                               </tr>
                                <tr>
                                        <td>{t}Max mail header size{/t}
                                        </td>
@@ -58,6 +63,7 @@
        <tr>
                <td colspan="2">
                        <p class='seperator'>&nbsp;</p>
+                       <h2>{t}Domains and routing{/t}</h2>
                </td>
        </tr>   
        <tr>
@@ -65,7 +71,7 @@
                          <table style="width:100%;">
                 <tr>
                     <td>
-                        {t}Domains and routing{/t}<br>
+                        {t}Domains to accept mail for{/t}<br>
                         <select name='Select_postfixMyDestinations[]' multiple size=6 style='width:100%;' title='{t}Postfix is responsilbe for the follwing domains.{/t}'>
                             {html_options options=$postfixMyDestinations}
                         </select>
        <tr>
                <td colspan="2">
                        <p class='seperator'>&nbsp;</p>
+                       <h2>{t}Restrictions{/t}</h2>
                </td>
        </tr>   
        <tr>
        {t}The server must be saved before you can use the status flag.{/t}
 {/if}
 <br>
+<h2><img class="center" alt="" src="images/rocket.png" align="middle"> Action</h2>
 <select name="action" title='{t}{/t}' {if $is_new == "new"} disabled {/if}>
-       {html_options options=$Actions selected=$goMailServerStatus}    
+       <option value="none">&nbsp;</option>
+       {html_options options=$Actions} 
 </select>
 <input type='submit' name='ExecAction' title='{t}Set status{/t}' value='{t}Execute{/t}' {if $is_new == "new"} disabled {/if}>