Explorar o código

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 %!s(int64=10) %!d(string=hai) anos
pai
achega
aefd20ab55
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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");
 		}