diff --git a/setup/wizardsteps.class.inc.php b/setup/wizardsteps.class.inc.php index 9328594fe..2301fbbc3 100644 --- a/setup/wizardsteps.class.inc.php +++ b/setup/wizardsteps.class.inc.php @@ -697,6 +697,14 @@ class WizStepLicense extends WizardStep public function Display(WebPage $oPage) { $aLicenses = SetupUtils::GetLicenses(); + $oPage->add_style( +<<add('

Licenses agreements for the components of '.ITOP_APPLICATION.'

'); $oPage->add_style('div a.no-arrow { background:transparent; padding-left:0;}');