Setup: Improve components' licenses display

This commit is contained in:
Molkobain
2021-09-23 19:29:39 +02:00
parent fedc3d4d76
commit dcf4053c30
3 changed files with 9 additions and 2 deletions

View File

@@ -715,7 +715,7 @@ CSS
$oPage->add_style('.toggle { cursor:pointer; text-decoration:underline; color:#1C94C4; }');
$oPage->add('<fieldset>');
$oPage->add('<legend>Components of '.ITOP_APPLICATION.'</legend>');
$oPage->add('<ul>');
$oPage->add('<ul id="ibo-setup-licenses--components-list">');
$index = 0;
foreach ($aLicenses as $oLicense)
{