Code

Added additional graphs
[gosa.git] / gosa-core / setup / setup_migrate.tpl
index 9f17d8ffea30e13bf52e192984fc49f7015dc5b8..d919b32df811d48ff9d2b681dfdc9019be350876 100644 (file)
@@ -2,22 +2,20 @@
                <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}
         </table>
-               <br>
-               <button type='submit' name='reload'>{t}Check again{/t}</button>
 
        {elseif $method == "rootOC_migrate_dialog"}
 
@@ -42,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>