X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=setup%2Fclass_setupStep_Config2.inc;h=454289b1786d887510ca3cf2e72ab7272618dcdd;hb=ff76367d8603af20c56e512d9923e2aa3f059ab4;hp=30dd7f931cacdd233eb14bc44ef6f573d99fff19;hpb=bf462dc5c237b48cdad12a5393ec2afe8e519902;p=gosa.git diff --git a/setup/class_setupStep_Config2.inc b/setup/class_setupStep_Config2.inc index 30dd7f931..454289b17 100644 --- a/setup/class_setupStep_Config2.inc +++ b/setup/class_setupStep_Config2.inc @@ -20,13 +20,14 @@ */ -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()