Ver Fonte

Small enhancement to the display of the meta model: in the list of transitions, display the code of the event as a tooltip.

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@3609 a333f486-631f-4898-b8df-5754b55c2be0
dflaven há 10 anos atrás
pai
commit
aefd20ab55
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      pages/schema.php

+ 1 - 1
pages/schema.php

@@ -234,7 +234,7 @@ function DisplayLifecycle($oPage, $sClass)
 				{
 					$sActions = "";
 				}
-				$oPage->add("<li><span style=\"color:red;font-weight=bold;\">$sStimulusLabel</span> =&gt; $sTargetStateLabel $sActions</li>\n");
+				$oPage->add("<li><span title=\"code: $sStimulusCode\" style=\"color:red;font-weight=bold;\">$sStimulusLabel</span> =&gt; $sTargetStateLabel $sActions</li>\n");
 			}
 			$oPage->add("</ul>\n");
 		}