Code

Updated layout
[gosa.git] / setup / class_setupStep_Config2.inc
index 30dd7f931cacdd233eb14bc44ef6f573d99fff19..454289b1786d887510ca3cf2e72ab7272618dcdd 100644 (file)
 */
 
 
-class setup_step_6 extends setup_step
+class Step_Config2 extends setup_step
 {
   var $strict         = TRUE;
   var $governmentmode = FALSE;
   var $sambaidmapping = FALSE;
   var $minid          = 100;       
   var $account_expiration  =FALSE;
+  var $header_image = "images/ldapserver.png";
 
   var $generic_settings  = array( "idgen"         => "{%sn}-{%givenName[2-4]}",
                                   "idgen_active"  => FALSE,
@@ -47,7 +48,7 @@ class setup_step_6 extends setup_step
                                   "samba_rid_active" => FALSE); 
   var $attributes = array("strict","governmentmode","sambaidmapping","account_expiration");
 
-  function setup_step_6()
+  function Step_Config2()
   {
     $this->update_strings();
   }
@@ -56,8 +57,8 @@ class setup_step_6 extends setup_step
   function update_strings()
   {
     $this->s_title      = _("GOsa settings 2/3");
-    $this->s_title_long = _("GOsa generic settings, page 2/3");
-    $this->s_info       = _("This dialog allows you to setup GOsa behaviour");
+    $this->s_title_long = _("GOsa settings 2/3");
+    $this->s_info       = _("Customize special parameters");
   }
 
  
@@ -83,7 +84,7 @@ class setup_step_6 extends setup_step
         foreach($this->attributes as $attr){
       $smarty->assign($attr,$this->$attr);
     }
-    return($smarty -> fetch (get_template_path("../setup/setup_step6.tpl")));
+    return($smarty -> fetch (get_template_path("../setup/setup_config2.tpl")));
   }
 
   function save_object()