diff --git a/images/setup-register.gif b/images/setup-register.gif new file mode 100755 index 000000000..ed863978e Binary files /dev/null and b/images/setup-register.gif differ diff --git a/images/setup-support.gif b/images/setup-support.gif new file mode 100755 index 000000000..a1739a3ef Binary files /dev/null and b/images/setup-support.gif differ diff --git a/images/setup-training.gif b/images/setup-training.gif new file mode 100755 index 000000000..0161f5072 Binary files /dev/null and b/images/setup-training.gif differ diff --git a/setup/index.php b/setup/index.php index 78a2e14e3..e93a95481 100644 --- a/setup/index.php +++ b/setup/index.php @@ -1104,15 +1104,11 @@ function SetupFinished(SetupWebPage $oP, $aParamValues, $iCurrentStep, Config $o $oP->ok("The initialization completed successfully."); } // Form goes here.. No back button since the job is done ! - $oP->add("

Let us know what you think about iTop

"); - $oP->add(''); - $oP->add('
'); - $oP->add(''); - $oP->add("Combodo built iTop because Combodo believes that modern ITIL tools should be at the center of any IT department."); - $oP->p("Combodo invested a lot of time and effort in iTop, but you can help us improve it even further by providing your feedbacks

"); - $oP->p("Register online to get informed about all iTop related events (new versions, webinars, etc...)"); - $oP->p("Check out the support options available for iTop."); - $oP->add('
'); + $oP->add(''); + $oP->add(""); + $oP->add(""); + $oP->add(""); + $oP->add('
'); $oP->add("

\n"); $oP->add("\n"); } diff --git a/setup/setuppage.class.inc.php b/setup/setuppage.class.inc.php index 5cf543e8a..577a3845e 100644 --- a/setup/setuppage.class.inc.php +++ b/setup/setuppage.class.inc.php @@ -208,7 +208,7 @@ table.formTable { public function output() { - $this->s_content = "

 {$this->s_title}

\n
{$this->s_content}\n
\n"; + $this->s_content = "

 {$this->s_title}

\n
{$this->s_content}\n
\n"; return parent::output(); }