Code

Updated styles
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 19 Apr 2007 13:43:02 +0000 (13:43 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 19 Apr 2007 13:43:02 +0000 (13:43 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6139 594d385d-05f5-0310-b6e9-bd551577e9d8

setup/class_setupStep_Migrate.inc
setup/setup_schema.tpl

index d04e8bca178da7fbe9700eb2cef7c9599f8e0e5e..60223b4b07367914143a50cfb7485a7c3365d877 100644 (file)
@@ -24,7 +24,7 @@ class Step_Migrate extends setup_step
 {
   var $languages      = array();
   var $attributes     = array();
-  var $header_image   = "images/locale.png";
+  var $header_image   = "images/monitoring.png";
 
   function Step_Migrate()
   {
@@ -33,9 +33,9 @@ class Step_Migrate extends setup_step
 
   function update_strings()
   {
-    $this->s_title      = _("Ldap migration assistent");
-    $this->s_title_long = _("Ldap migration assistent");
-    $this->s_info       = _("This step allows you to migrate your ldap database");
+    $this->s_title      = _("LDAP inspection");
+    $this->s_title_long = _("LDAP inspection");
+    $this->s_info       = _("Analyze your current LDAP for GOsa compatibility");
   }
   
   function execute()
index c7e81b39a8f14d48c1d8ead255022082e5981870..e56538b1ec90b6f9b895b66381d85fd5f9393ae6 100644 (file)
@@ -27,7 +27,6 @@
                {foreach from=$checks item=val key=key}
                                {if !$checks[$key].STATUS}
                                <br>
-                               {$checks[$key].INFO}
                                        {if $checks[$key].IS_MUST_HAVE}
                                                <font color='red'>{$checks[$key].MSG}</font>
                                        {else}