Code

Fixed proposal pre-selection
[gosa.git] / gosa-core / setup / setup_ldap.tpl
index 91ad96ee57d87005420021218cc007ba5d332163..d959e846dce50bebac7e5e4dabe8d5ba1afc9ac3 100644 (file)
@@ -1,3 +1,8 @@
+ <p>
+  {t}The main data source used in GOsa is LDAP. In order to access the information stored there, please enter the required information.{/t}
+ </p>
+
+  <hr>
 
        {if $resolve_user}
 
@@ -21,7 +26,7 @@
        {else}
 
        <b>{t}LDAP connection{/t}</b>
-    <table style='width:100%'>
+    <table style='width:100%' summary='{t}LDAP connection{/t}'>
         <tr>
             <td style='width:200px;'>{t}Location name{/t}</td>
             <td><input type='text' name='location' maxlength='80' size='40' value='{$location}'></td>    
@@ -56,9 +61,9 @@
 
     <hr> 
        <b>{t}Authentication{/t}</b>
-    <table style='width:100%'>
+    <table style='width:100%' summary='{t}Authentication{/t}'>
         <tr>
-            <td style='width:200px;'>{t}Admin DN{/t}</td>
+            <td style='width:200px;'>{t}Administrator DN{/t}</td>
             <td>
                 <input type='text' name='admin_given' maxlength='160' size='40' value='{$admin_given}'>
                            {if $append_base_to_admin_dn},{$base_to_append}{/if}
                 <input onClick='document.mainform.submit();' 
                     {if $append_base_to_admin_dn} checked {/if} 
                     type='checkbox' name='append_base_to_admin_dn' value='1'>&nbsp;
-                {t}Automatically append LDAP base to admin DN{/t}
+                {t}Automatically append LDAP base to administrator DN{/t}
             </td>
         </tr>
         <tr>
-            <td>{t}Admin password{/t}</td>
+            <td>{t}Administrator password{/t}</td>
             <td><input type='password' name='password' maxlength='20' size='20' value='{$password}'></td>
         </tr>
     </table>
 
     <hr> 
        <b>{t}Schema based settings{/t}</b>
-    <table style='width:100%'>
+    <table style='width:100%' summary='{t}Schema based settings{/t}'>
         <tr>
-            <td style='width:200px;'>{t}Use rfc2307bis compliant groups{/t}</td>
+            <td style='width:200px;'>{t}Use RFC 2307bis compliant groups{/t}</td>
             <td>
                 <select name="rfc2307bis" size="1" title="">
                    {html_options options=$bool selected=$rfc2307bis}
        {if !$resolve_user}
     <hr> 
         <b>{t}Current status{/t}</b>
-        <table style='width:100%'>
+        <table style='width:100%' summary='{t}Current status{/t}'>
             <tr>
                 <td style='width:200px;'>{t}Information{/t}</td>
                 <td>{$connection_status}</td>