Code

Changed gotoLdapServer from html select to divSelectBox
[gosa.git] / plugins / admin / systems / terminalStartup.tpl
index b5c2af419ff7ffb420a6eea777271073a6782bc5..3360d9f817c31d35764f0f36c209b52ca8dff6df 100644 (file)
@@ -5,12 +5,8 @@
 
    <table summary="">
     <tr>
-     <td><LABEL for="gotoLdapServer">{t}LDAP server{/t}</LABEL></td>
-     <td>
-      <select name="gotoLdapServer" id="gotoLdapServer" title="{t}Choose LDAP server to use for accounts and terminal management{/t}" {$gotoLdapServerACL}>
-       {html_options values=$ldapservers output=$ldapservers selected=$gotoLdapServer_select}
-          <option disabled>&nbsp;</option>
-      </select>
+     <td colspan="2" style='vertical-align:top;padding-top:3px;'><LABEL for="gotoLdapServer">{t}LDAP server{/t}</LABEL>
+               {$SelectBoxLdapServer}
      </td>
     </tr>
     <tr>