diff --git a/application/forms/Setup/SummaryPage.php b/application/forms/Setup/SummaryPage.php new file mode 100644 index 000000000..c44899b58 --- /dev/null +++ b/application/forms/Setup/SummaryPage.php @@ -0,0 +1,52 @@ +setName('setup_summary'); + $this->setViewScript('form/setup-summary.phtml'); + } + + /** + * Set the summary to show + * + * @param array $summary + * + * @return self + */ + public function setSummary(array $summary) + { + $this->summary = $summary; + return $this; + } + + /** + * Return the summary to show + * + * @return array + */ + public function getSummary() + { + return $this->summary; + } +} diff --git a/application/views/scripts/form/setup-summary.phtml b/application/views/scripts/form/setup-summary.phtml new file mode 100644 index 000000000..4380866ed --- /dev/null +++ b/application/views/scripts/form/setup-summary.phtml @@ -0,0 +1,60 @@ + +
= t( + 'The wizard is now complete. You can review the changes supposed to be made before issuing the actual installation' + . ' of Icinga Web 2. Make sure that everything is correct (Feel free to navigate back to make any corrections!) so' + . ' that you can start using Icinga Web 2 right after the installation has been finished.' +); ?>
+= $topicContent; ?>
+ += $paragraphContent; ?>
+ += $pageContent; ?>
+ +