Code

Updated logging
[gosa.git] / plugins / admin / systems / goImapServer.tpl
index 958fecf61b4b8a39e5ce0512960c7e33827438e2..17c40092dc0a9029953edd93eae11e8a018ce055 100644 (file)
@@ -55,7 +55,7 @@
                                <tr>
                                        <td>
 {render acl=$cyrusImapACL}
-                                               <input type='checkbox' name='cyrusImap' value=1 {if $cyrusImap} checked {/if} {$cyrusImapACL}
+                                               <input type='checkbox' name='cyrusImap' value=1 {if $cyrusImap} checked {/if} > 
 {/render}
                                        </td>
                                        <td>{t}Start IMAP service{/t}
@@ -64,7 +64,7 @@
                                <tr>
                                        <td>
 {render acl=$cyrusImapSSLACL}
-                                               <input type='checkbox' name='cyrusImapSSL' value=1 {if $cyrusImapSSL} checked {/if} {$cyrusImapSSLACL}
+                                               <input type='checkbox' name='cyrusImapSSL' value=1 {if $cyrusImapSSL} checked {/if}> 
 {/render}
                                        </td>
                                        <td>{t}Start IMAP SSL service{/t}
@@ -73,7 +73,7 @@
                                <tr>
                                        <td>
 {render acl=$cyrusPop3ACL}
-                                               <input type='checkbox' name='cyrusPop3' value=1 {if $cyrusPop3} checked {/if} {$cyrusPop3ACL}
+                                               <input type='checkbox' name='cyrusPop3' value=1 {if $cyrusPop3} checked {/if} > 
 {/render}
                                        </td>
                                        <td>{t}Start POP3 service{/t}
@@ -82,7 +82,7 @@
                                <tr>
                                        <td>
 {render acl=$cyrusPop3SSLACL}
-                                               <input type='checkbox' name='cyrusPop3SSL' value=1 {if $cyrusPop3SSL} checked {/if} {$cyrusPop3SSLACL}
+                                               <input type='checkbox' name='cyrusPop3SSL' value=1 {if $cyrusPop3SSL} checked {/if} > 
 {/render}
                                        </td>
                                        <td>{t}Start POP3 SSL service{/t}
 >
 
 <p class="seperator">&nbsp;</p>
-<p>
-<div style="width:100%; text-align:right;">
+<div style="width:100%; text-align:right;padding-top:10px;padding-bottom:3px;">
     <input type='submit' name='SaveService' value='{t}Save{/t}'>
     &nbsp;
     <input type='submit' name='CancelService' value='{t}Cancel{/t}'>
 </div>
-</p>
 <input type="hidden" name="goImapServerPosted" value="1">