浏览代码

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 10 年之前
父节点
当前提交
aefd20ab55
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages/schema.php

+ 1 - 1
pages/schema.php

@@ -234,7 +234,7 @@ function DisplayLifecycle($oPage, $sClass)
 				{
 				{
 					$sActions = "";
 					$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");
 			$oPage->add("</ul>\n");
 		}
 		}