Esempio n. 1
0
	function InitStep()
	{
		parent::InitStep();

		$wizard =& $this->GetWizard();
		$wizard->solutionName = "corp_services";
	}
Esempio n. 2
0
	function InitStep()
	{
		parent::InitStep();

		$wizard =& $this->GetWizard();
		$wizard->solutionName = "custom";
	}
Esempio n. 3
0
 function InitStep()
 {
     parent::InitStep();
     $wizard =& $this->GetWizard();
     $wizard->solutionName = "webfly_santech";
     $this->SetNextStep("site_settings");
 }
 function InitStep()
 {
     parent::InitStep();
     $wizard =& $this->GetWizard();
     $wizard->solutionName = "stroika_samovar";
 }
Esempio n. 5
0
 function InitStep()
 {
     parent::InitStep();
     $wizard =& $this->GetWizard();
     $wizard->solutionName = "corp_furniture";
 }
Esempio n. 6
0
 function InitStep()
 {
     parent::InitStep();
     $wizard =& $this->GetWizard();
     $wizard->solutionName = "infoportal";
 }
Esempio n. 7
0
 function InitStep()
 {
     parent::InitStep();
     $wizard =& $this->GetWizard();
     $wizard->solutionName = "personal";
 }
Esempio n. 8
0
 function InitStep()
 {
     parent::InitStep();
     $wizard =& $this->GetWizard();
     $wizard->solutionName = "webfly_santech";
 }