Code

Fixed "Undefined index: �z"
[gosa.git] / plugins / admin / systems / goMailServer.tpl
index 00d39b6aef2e95b39c350f34847967b0cbff3fb2..edd533f200a52f544a1e1eacbd5bde3f48723f9c 100644 (file)
@@ -63,6 +63,7 @@
        <tr>
                <td colspan="2">
                        <p class='seperator'>&nbsp;</p>
+                       <h2>{t}Domains and routing{/t}</h2>
                </td>
        </tr>   
        <tr>
@@ -70,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>
 
 <p class='seperator'>&nbsp;</p>
 <br>
+<h2><img class="center" alt="" src="images/rocket.png" align="middle"> Action</h2>
 {if $is_new == "new"}
        {t}The server must be saved before you can use the status flag.{/t}
+{elseif !$is_acc}
+       {t}The service must be saved before you can use the status flag.{/t}
 {/if}
 <br>
-<select name="action" title='{t}{/t}' {if $is_new == "new"} disabled {/if}>
+<select name="action" title='{t}{/t}' 
+       {if $is_new == "new" || $is_acc == false} disabled {/if}
+>
        <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}>
+<input type='submit' name='ExecAction' title='{t}Set status{/t}' value='{t}Execute{/t}' 
+       {if $is_new == "new" || $is_acc == false} disabled {/if}
+>
 
 <p class="seperator">&nbsp;</p>
 <p>