N°3913 setup : in "done" step, add back styling on HTML content

This commit is contained in:
Pierre Goiffon
2021-08-06 17:59:42 +02:00
parent 72e628c5d5
commit fcf769666e
2 changed files with 452 additions and 308 deletions

File diff suppressed because one or more lines are too long

View File

@@ -2569,6 +2569,7 @@ class WizStepDone extends WizardStep
$aManualSteps[$aAvailableModules[$sModuleId]['label']] = $sRootUrl.$aAvailableModules[$sModuleId]['doc.manual_setup'];
}
}
$oPage->add('<div class="ibo-is-html-content">');
if (count($aManualSteps) > 0)
{
$oPage->add("<h2>Manual operations required</h2>");
@@ -2607,6 +2608,9 @@ class WizStepDone extends WizardStep
$oPage->add("<td><a style=\"background:transparent;padding:0;\" title=\"Get Professional Training from Combodo\" href=\"http://www.combodo.com/training\" target=\"_blank\"><img style=\"border:0\" src=\"../images/setup-training.gif\"/></td></a>");
$oPage->add('</tr></table>');
$oPage->add('</div>');
$oConfig = new Config(utils::GetConfigFilePath());
// Load the data model only, in order to load env-production/core/main.php to get the XML parameters (needed by GetModuleSettings below)
// But main.php may also contain classes (defined without any module), and thus requiring the full data model