From 35a4112840fa74eba5fd2b7d10933e116f7a5bcd Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Tue, 23 Jun 2015 15:47:33 +0000 Subject: [PATCH] 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] --- pages/schema.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/schema.php b/pages/schema.php index 8e819f20c..cccb917b7 100644 --- a/pages/schema.php +++ b/pages/schema.php @@ -234,7 +234,7 @@ function DisplayLifecycle($oPage, $sClass) { $sActions = ""; } - $oPage->add("
  • $sStimulusLabel => $sTargetStateLabel $sActions
  • \n"); + $oPage->add("
  • $sStimulusLabel => $sTargetStateLabel $sActions
  • \n"); } $oPage->add("\n"); }