mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Small enhancement to the display of the meta model: in the list of transitions, display the code of the event as a tooltip.
SVN:trunk[3609]
This commit is contained in:
@@ -234,7 +234,7 @@ function DisplayLifecycle($oPage, $sClass)
|
||||
{
|
||||
$sActions = "";
|
||||
}
|
||||
$oPage->add("<li><span style=\"color:red;font-weight=bold;\">$sStimulusLabel</span> => $sTargetStateLabel $sActions</li>\n");
|
||||
$oPage->add("<li><span title=\"code: $sStimulusCode\" style=\"color:red;font-weight=bold;\">$sStimulusLabel</span> => $sTargetStateLabel $sActions</li>\n");
|
||||
}
|
||||
$oPage->add("</ul>\n");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user