mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-21 17:48:43 +02:00
N°3913 setup : in "done" step, add back styling on HTML content
This commit is contained in:
756
css/setup.css
756
css/setup.css
File diff suppressed because one or more lines are too long
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user