mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02: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 = "";
|
$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");
|
$oPage->add("</ul>\n");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user