From 7c0d03ea3b2d8dfd4f8992ae772243f48e8f0a2d Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Thu, 13 Dec 2018 12:12:28 +0100 Subject: [PATCH] Cosmetics on setup (Licenses prompt) Limit the height of the list of licences (displaying a scrollbar if needed) so that the page fits on screen. --- setup/wizardsteps.class.inc.php | 8 ++++++++ 1 file changed, 8 insertions(+) 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;}');