From d727b6584531af7d82b2d5189c88f6770b76e9f0 Mon Sep 17 00:00:00 2001 From: Alvaro Campos Date: Wed, 25 Jan 2012 11:34:04 -0400 Subject: [PATCH] BUG 8286 was changed text to'Intermediate Conditional Event' --- workflow/engine/js/processmap/core/processmap.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/workflow/engine/js/processmap/core/processmap.js b/workflow/engine/js/processmap/core/processmap.js index 969bc2f7a..5a8d49217 100755 --- a/workflow/engine/js/processmap/core/processmap.js +++ b/workflow/engine/js/processmap/core/processmap.js @@ -732,7 +732,7 @@ var processmap=function(){ }.extend(this)}, */ { - image:"/images/event_messageThrow.png",text:"intermediate message event",launch:function(event){ + image:"/images/event_messageThrow.png",text:"Intermediate message event",launch:function(event){ this.tmp.eventsPanel = panel =new leimnud.module.panel(); panel.options={ limit :true, @@ -765,7 +765,7 @@ var processmap=function(){ }.extend(this) }, { - image:"/images/event_conditional.png",text:"conditional message event",launch:function(event){ + image:"/images/event_conditional.png",text:"Intermediate Conditional Event",launch:function(event){ this.tmp.eventsPanel = panel =new leimnud.module.panel(); panel.options={ limit :true, @@ -798,7 +798,7 @@ var processmap=function(){ }.extend(this) }, { - image:"/images/event_timer.png",text:"intermediate timer event ",launch:function(event){ + image:"/images/event_timer.png",text:"Intermediate timer event ",launch:function(event){ this.tmp.eventsPanel = panel =new leimnud.module.panel(); panel.options={ limit :true,