Code

Cutted objects will be displayed in light grey in the management lists now.
[gosa.git] / plugins / admin / systems / servkolab.tpl
index c43aa90c1c154f6865fd1fcfcfaca2d5bdf3f251..57231d2fa4618c26e7d54ca809887620232c7637 100644 (file)
@@ -1,7 +1,33 @@
 <table summary="" style="width:100%">
  <tr>
   <td style="vertical-align:top; border-right:1px solid #A0A0A0; padding-right:5px;" width="50%">
-
+   <table summary="">
+    <tr>
+        <td colspan="2"><b>{t}Generic{/t}</b></td>
+       </tr>
+       <tr>
+               <td>{t}Postfix mydomain{/t}
+               </td>
+               <td>
+                       <input type="text" name="postfix_mydomain" value="{$postfix_mydomain}" {$postfix_mydomainACL}>
+               </td>
+       </tr>
+       <tr>
+               <td>{t}Postfix mydestination{/t}
+               </td>
+               <td>
+                       <input type="text" name="postfix_mydestination" value="{$postfix_mydestination}" {$postfix_mydestinationACL}>
+               </td>
+       </tr>
+       <tr>
+               <td>{t}Cyrus admins{/t}
+               </td>
+               <td>
+                       <input type="text" name="cyrus_admins" value="{$cyrus_admins}" {$cyrus_adminsACL}>
+               </td>
+       </tr>
+   </table>    
+   <p class="seperator" >&nbsp;</p>
    <table summary="">
     <tr>
         <td colspan="2"><b>{t}Services{/t}</b></td>
            <LABEL for="postfix_mynetworks">{t}Hosts/networks allowed to relay{/t}</LABEL><br>
         <input id="postfix_mynetworks" name="postfix_mynetworks" size="60" maxlength="220" value="{$postfix_mynetworks}" {$postfix_mynetworksACL} type="text">
                <br>
-               ( {t}Enter multiple values, seperated with{/t} ; )
+               ( {t}Enter multiple values, seperated with{/t} , )
        </td>
      </tr>
    </table>