Code

Added some fixes for iframe scrolling
[gosa.git] / plugins / admin / systems / goImapServer.tpl
index 8ba8c56dc5e9008c538dc668f2bc1f94bfc88b80..17c40092dc0a9029953edd93eae11e8a018ce055 100644 (file)
@@ -6,31 +6,46 @@
                                <tr>
                                        <td>{t}Server identifier{/t}{$must}
                                        </td>
-                                       <td><input name="goImapName" id="goImapName" size=40 maxlength=60 {$goImapNameACL} value="{$goImapName}" >
+                                       <td>
+{render acl=$goImapNameACL}
+                                               <input name="goImapName" id="goImapName" size=40 maxlength=60 value="{$goImapName}" >
+{/render}
                                        </td>
                                </tr>
                                <tr>
                                        <td>{t}Connect URL{/t}{$must}
                                        </td>
-                                       <td><input name="goImapConnect" id="goImapConnect" size=40 maxlength=60 {$goImapConnectACL} value="{$goImapConnect}" >
+                                       <td>
+{render acl=$goImapConnectACL}
+                                               <input name="goImapConnect" id="goImapConnect" size=40 maxlength=60 value="{$goImapConnect}" >
+{/render}
                                        </td>
                                </tr>
                                <tr>
                                        <td>{t}Admin user{/t}{$must}
                                        </td>
-                                       <td><input name="goImapAdmin" id="goImapAdmin" size=30 maxlength=60 {$goImapAdminACL} value="{$goImapAdmin}" >
+                                       <td>
+{render acl=$goImapAdminACL}
+                                               <input name="goImapAdmin" id="goImapAdmin" size=30 maxlength=60 value="{$goImapAdmin}" >
+{/render}
                                        </td>
                                </tr>
                                <tr>
                                        <td>{t}Password{/t}{$must}
                                        </td>
-                                       <td><input type=password name="goImapPassword" id="goImapPassword" size=30 maxlength=60 {$goImapPasswordACL} value="{$goImapPassword}" >
+                                       <td>
+{render acl=$goImapPasswordACL}
+                                       <input type=password name="goImapPassword" id="goImapPassword" size=30 maxlength=60 value="{$goImapPassword}" >
+{/render}
                                        </td>
                                </tr>
                                <tr>
                                        <td>{t}Sieve port{/t}{$must}
                                        </td>
-                                       <td><input name="goImapSievePort" id="goImapSievePort" size=10 maxlength=30 {$goImapSievePortACL} value="{$goImapSievePort}">
+                                       <td>
+{render acl=$goImapSievePortACL}
+                                               <input name="goImapSievePort" id="goImapSievePort" size=10 maxlength=30 value="{$goImapSievePort}">
+{/render}
                                        </td>
                                </tr>
                        </table>
                        <table>
                                <tr>
                                        <td>
-                                               <input type='checkbox' name='cyrusImap' value=1 {if $cyrusImap} checked {/if} {$cyrusImapACL}> 
+{render acl=$cyrusImapACL}
+                                               <input type='checkbox' name='cyrusImap' value=1 {if $cyrusImap} checked {/if} > 
+{/render}
                                        </td>
                                        <td>{t}Start IMAP service{/t}
                                        </td>
                                </tr>
                                <tr>
                                        <td>
-                                               <input type='checkbox' name='cyrusImapSSL' value=1 {if $cyrusImapSSL} checked {/if} {$cyrusImapSSLACL}> 
+{render acl=$cyrusImapSSLACL}
+                                               <input type='checkbox' name='cyrusImapSSL' value=1 {if $cyrusImapSSL} checked {/if}> 
+{/render}
                                        </td>
                                        <td>{t}Start IMAP SSL service{/t}
                                        </td>
                                </tr>
                                <tr>
                                        <td>
-                                               <input type='checkbox' name='cyrusPop3' value=1 {if $cyrusPop3} checked {/if} {$cyrusPop3ACL}> 
+{render acl=$cyrusPop3ACL}
+                                               <input type='checkbox' name='cyrusPop3' value=1 {if $cyrusPop3} checked {/if} > 
+{/render}
                                        </td>
                                        <td>{t}Start POP3 service{/t}
                                        </td>
                                </tr>
                                <tr>
                                        <td>
-                                               <input type='checkbox' name='cyrusPop3SSL' value=1 {if $cyrusPop3SSL} checked {/if} {$cyrusPop3SSLACL}> 
+{render acl=$cyrusPop3SSLACL}
+                                               <input type='checkbox' name='cyrusPop3SSL' value=1 {if $cyrusPop3SSL} checked {/if} > 
+{/render}
                                        </td>
                                        <td>{t}Start POP3 SSL service{/t}
                                        </td>
 >
 
 <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">