Code

Moved string up and open a new section
[gosa.git] / setup / class_setupStep_Schema.inc
index 6dba41c0a32c4454d5e215d1e5c6e48cc434cbf7..148c7df7d6146f91a0f45ea617b14ccd7f40c152 100644 (file)
@@ -20,7 +20,7 @@
 */
 
 
-class setup_step_7 extends setup_step
+class Step_Schema extends setup_step
 {
   var $checked = array();
   var $not_checked = array();
@@ -29,7 +29,7 @@ class setup_step_7 extends setup_step
   var $enable_schema_check = TRUE;
   var $samba_version       = 3;
 
-  function setup_step_7()
+  function Step_Schema()
   {
     $this->update_strings();
   }
@@ -37,9 +37,9 @@ class setup_step_7 extends setup_step
   
   function update_strings()
   {
-    $this->s_title      = _("Ldap schema check");
-    $this->s_title_long = _("Ldap schema check");
-    $this->s_info       = _("This dialog checks your ldap schema setup");
+    $this->s_title      = _("LDAP schema check");
+    $this->s_title_long = _("LDAP schema check");
+    $this->s_info       = _("Perform test on your curren LDAP schema");
   }
 
   
@@ -66,7 +66,7 @@ class setup_step_7 extends setup_step
     $smarty->assign("checks",$this->checked);
     $smarty->assign("not_checked",$this->not_checked);
     $smarty->assign("failed_checks",$failed_checks);
-    return($smarty -> fetch (get_template_path("../setup/setup_step7.tpl")));
+    return($smarty -> fetch (get_template_path("../setup/setup_schema.tpl")));
   }
 
   function check_schema_version($description, $version)