Code

Fixed w3c errors in setup
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 26 May 2010 12:49:19 +0000 (12:49 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 26 May 2010 12:49:19 +0000 (12:49 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18754 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/setup/setup_frame.tpl
gosa-core/setup/setup_ldap.tpl

index 11323af144fb46fbb2043abdc0ec4afb30391012..e3d1673a46d05b439200ceddfede1788090471a5 100644 (file)
@@ -2,7 +2,7 @@
   {$php_errors}
   <div class='title-bar'>
    <ul>
-    <li><img src='themes/default/images/logo.png'></li>
+    <li><img src='themes/default/images/logo.png' alt='GOsa'></li>
     <li>{t}GOsa setup wizard{/t}</li>
     <li>{$version}</li>
    </ul>
index 91ad96ee57d87005420021218cc007ba5d332163..b9a6beeed289d249016b9d22aefdd6888e69b627 100644 (file)
@@ -21,7 +21,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,7 +56,7 @@
 
     <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>
@@ -84,7 +84,7 @@
 
     <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>
@@ -98,7 +98,7 @@
        {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>