mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
N°1061: Remove bold on "auto_select" lines in setup "ready to install" step
This commit is contained in:
@@ -1733,7 +1733,7 @@ EOF
|
||||
if ($bSelected)
|
||||
{
|
||||
$aModules[$sModuleId] = true; // store the Id of the selected module
|
||||
$sDisplayChoices .= '<li><b>'.$aModule['label'].' (auto_select)</b></li>';
|
||||
$sDisplayChoices .= '<li>'.$aModule['label'].' (auto_select)</li>';
|
||||
$bModuleAdded = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user