Code

Made setup w3c conform
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 26 May 2010 13:01:06 +0000 (13:01 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 26 May 2010 13:01:06 +0000 (13:01 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18755 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/setup/setup_feedback.tpl
gosa-core/setup/setup_finish.tpl
gosa-core/setup/setup_migrate.tpl

index daadc73b96bc2af39625e32083e40384f7ad5029..14ff80b1f2e658e30df220b5906ea75f0995ed29 100644 (file)
@@ -7,7 +7,7 @@
 
     <p>{t}When checking this option, GOsa will try to connect http://oss.gonicus.de in order to subscribe you to the gosa-announce mailing list. You've to confirm this by mail.{/t}</p>
 
-       <table> 
+       <table summary="{t}Organization{/t}">   
                <tr>
                        <td>{t}Organization{/t}</td>
                        <td><input name='organization' type='text' value='{$organization}' style='width:300px;'></td>
@@ -33,7 +33,7 @@
 
     <hr>
        <b>{t}Generic{/t}</b>
-       <table> 
+       <table  summary="{t}Generic{/t}">       
                <tr>
                        <td>{t}Did the setup procedure help you to get started?{/t}</td>
                        <td><input {if $get_started} checked {/if} type='radio' name='get_started' value='1'>{t}Yes{/t}
@@ -72,7 +72,7 @@
 
        <hr>
     <b>{t}LDAP{/t}</b>
-       <table>
+       <table  summary="{t}LDAP{/t}">
                <tr>
                        <td>{t}What kind of LDAP server(s) do you use?{/t}</td>
                        <td><input type='text' name='ldap_server' size=50 value='{$ldap_server}'></td>
@@ -85,7 +85,7 @@
 
        <hr>
     <b>{t}Features{/t}</b>
-       <table>
+       <table  summary="{t}Features{/t}">
                <tr>
                        <td>{t}What features of GOsa do you use?{/t}</td>
                        <td>
index 7fd74cc5b879f06b605cf6bab6c6f9fdcd5fb2c2..9d7597f29635e0cb45406bf0f4e214ed514cf428 100644 (file)
@@ -23,7 +23,6 @@ or
  chmod 640 {$CONFIG_DIR}/{$CONFIG_FILE}
 </pre>
 {/if} 
-       </tt>
        <p>     
                <button type='submit' name='getconf'>{t}Download configuration{/t}</button>
 
index 0ef474f1575e212f26b7a4362ceabd67617fe6e7..d919b32df811d48ff9d2b681dfdc9019be350876 100644 (file)
@@ -2,16 +2,16 @@
                <p>{t}During the LDAP inspection, we're going to check for several common pitfalls that may occur when migration to GOsa base LDAP administration. You may want to fix the problems below, in order to provide smooth services.{/t}
                </p>
 
-        <table style='width:100%'>
+        <table style='width:100%' summary='{t}Checks{/t}'>
             {foreach from=$checks item=val key=key}
                 <tr> 
                     <td>
                         <b>{$checks.$key.TITLE}</b>&nbsp; {$checks.$key.STATUS_MSG}
-                        <p>
-                            {if $checks.$key.ERROR_MSG}
+                        {if $checks.$key.ERROR_MSG}
+                            <p>
                                 {$checks.$key.ERROR_MSG}
-                            {/if}
-                        </p>
+                            </p>
+                        {/if}
                     </td>
                 </tr>
             {/foreach}
@@ -40,7 +40,7 @@
     <h2>{t}Create a new GOsa administrator account{/t}</h2>
     <p>{t}This dialog will automatically add a new super administrator to your LDAP tree.{/t}</p>
 
-    <table>
+    <table summary="{t}Name{/t}">
         <tr>
             <td>{t}Name{/t}:</td>
             <td><i>System administrator</i></td>