Setup fast track

# Conflicts:
#	setup/wizardsteps/WizStepLandingBeforeAudit.php
#	setup/wizardsteps/WizStepWelcome.php
This commit is contained in:
Eric Espie
2026-05-29 17:22:59 +02:00
parent a23b9aa596
commit 1479b4d5ff
6 changed files with 107 additions and 34 deletions

View File

@@ -196,6 +196,8 @@ class WizardController
SetupLog::Info("=== Setup screen: ".$oStep->GetTitle().' ('.get_class($oStep).')');
$oPage = new SetupPage($oStep->GetTitle());
$oPage->LinkScriptFromAppRoot('setup/setup.js');
$oStep->PreFormDisplay($oPage);
$oPage->add('<form id="wiz_form" class="ibo-setup--wizard" method="post">');
$oPage->add('<div class="ibo-setup--wizard--content">');
$oStep->Display($oPage);
@@ -263,8 +265,8 @@ EOF
$oPage->output();
}
/**
* Make the wizard run: Start, Next or Back depending WizardUpdateButtons();
on the page's parameters
* Make the wizard run: 'Start', 'Next' or 'Back' depending WizardUpdateButtons();
* on the page's parameters
*/
public function Run()
{