fixing an issue with translation.en

This commit is contained in:
Fernando Ontiveros
2011-02-25 14:42:31 +00:00
parent 7e529a086d
commit 4a0e9e2d22
6 changed files with 127 additions and 138 deletions

View File

@@ -7,48 +7,49 @@
$oHeadPublisher->addExtJsScript('bpmn/TaskContext', true ); //adding a javascript file .js
$oHeadPublisher->addExtJsScript('bpmn/designer', true ); //adding a javascript file .js
$oHeadPublisher->addExtJsScript('bpmn/Annotation' );
$oHeadPublisher->addExtJsScript('bpmn/Annotation',true );
$oHeadPublisher->addExtJsScript('bpmn/bpmnShapes', true); //
$oHeadPublisher->addExtJsScript('bpmn/LoopingSubProcess'); //
$oHeadPublisher->addExtJsScript('bpmn/LoopingTask'); //
$oHeadPublisher->addExtJsScript('bpmn/Dataobject'); //
$oHeadPublisher->addExtJsScript('bpmn/Pool',true);
$oHeadPublisher->addExtJsScript('bpmn/Lane');
//$oHeadPublisher->addExtJsScript('bpmn/LoopingSubProcess'); //
//$oHeadPublisher->addExtJsScript('bpmn/LoopingTask'); //
//$oHeadPublisher->addExtJsScript('bpmn/Dataobject'); //
//$oHeadPublisher->addExtJsScript('bpmn/Pool',true);
//$oHeadPublisher->addExtJsScript('bpmn/Lane');
$oHeadPublisher->addExtJsScript('bpmn/EventEmptyStart');
$oHeadPublisher->addExtJsScript('bpmn/EventMessageStart');
$oHeadPublisher->addExtJsScript('bpmn/EventRuleStart');
$oHeadPublisher->addExtJsScript('bpmn/EventTimerStart');
$oHeadPublisher->addExtJsScript('bpmn/EventSignalStart');
$oHeadPublisher->addExtJsScript('bpmn/EventMulStart');
$oHeadPublisher->addExtJsScript('bpmn/EventLinkStart');
//$oHeadPublisher->addExtJsScript('bpmn/EventRuleStart');
//$oHeadPublisher->addExtJsScript('bpmn/EventTimerStart');
//$oHeadPublisher->addExtJsScript('bpmn/EventSignalStart');
//$oHeadPublisher->addExtJsScript('bpmn/EventMulStart');
//$oHeadPublisher->addExtJsScript('bpmn/EventLinkStart');
$oHeadPublisher->addExtJsScript('bpmn/EventEmptyInter');
$oHeadPublisher->addExtJsScript('bpmn/EventMessageRecInter');
$oHeadPublisher->addExtJsScript('bpmn/EventMessageSendInter');
$oHeadPublisher->addExtJsScript('bpmn/EventTimerInter');
$oHeadPublisher->addExtJsScript('bpmn/EventBoundaryTimerInter');
$oHeadPublisher->addExtJsScript('bpmn/EventErrorInter');
$oHeadPublisher->addExtJsScript('bpmn/EventCompInter');
$oHeadPublisher->addExtJsScript('bpmn/EventRuleInter');
$oHeadPublisher->addExtJsScript('bpmn/EventCancelInter');
$oHeadPublisher->addExtJsScript('bpmn/EventInterSignal');
$oHeadPublisher->addExtJsScript('bpmn/EventMultipleInter');
$oHeadPublisher->addExtJsScript('bpmn/EventLinkInter');
//$oHeadPublisher->addExtJsScript('bpmn/EventBoundaryTimerInter');
//$oHeadPublisher->addExtJsScript('bpmn/EventErrorInter');
//$oHeadPublisher->addExtJsScript('bpmn/EventCompInter');
//$oHeadPublisher->addExtJsScript('bpmn/EventRuleInter');
//$oHeadPublisher->addExtJsScript('bpmn/EventCancelInter');
//$oHeadPublisher->addExtJsScript('bpmn/EventInterSignal');
//$oHeadPublisher->addExtJsScript('bpmn/EventMultipleInter');
//$oHeadPublisher->addExtJsScript('bpmn/EventLinkInter');
$oHeadPublisher->addExtJsScript('bpmn/EventEmptyEnd');
$oHeadPublisher->addExtJsScript('bpmn/EventMessageEnd');
$oHeadPublisher->addExtJsScript('bpmn/EventErrorEnd');
$oHeadPublisher->addExtJsScript('bpmn/EventCompEnd');
$oHeadPublisher->addExtJsScript('bpmn/EventTerminateEnd');
$oHeadPublisher->addExtJsScript('bpmn/EventEndSignal');
$oHeadPublisher->addExtJsScript('bpmn/EventMultipleEnd');
$oHeadPublisher->addExtJsScript('bpmn/EventCancelEnd');
$oHeadPublisher->addExtJsScript('bpmn/EventLinkEnd');
//$oHeadPublisher->addExtJsScript('bpmn/EventErrorEnd');
//$oHeadPublisher->addExtJsScript('bpmn/EventCompEnd');
//$oHeadPublisher->addExtJsScript('bpmn/EventTerminateEnd');
//$oHeadPublisher->addExtJsScript('bpmn/EventEndSignal');
//$oHeadPublisher->addExtJsScript('bpmn/EventMultipleEnd');
//$oHeadPublisher->addExtJsScript('bpmn/EventCancelEnd');
//$oHeadPublisher->addExtJsScript('bpmn/EventLinkEnd');
$oHeadPublisher->addExtJsScript('bpmn/GatewayInclusive' );
$oHeadPublisher->addExtJsScript('bpmn/GatewayExclusiveData' );
$oHeadPublisher->addExtJsScript('bpmn/GatewayExclusiveEvent' );
//$oHeadPublisher->addExtJsScript('bpmn/GatewayExclusiveEvent' );
$oHeadPublisher->addExtJsScript('bpmn/GatewayParallel' );
$oHeadPublisher->addExtJsScript('bpmn/GatewayComplex' );
//$oHeadPublisher->addExtJsScript('bpmn/GatewayComplex' );
$oHeadPublisher->addExtJsScript('bpmn/GridPanel');
$oHeadPublisher->addExtJsScript('bpmn/SubProcess' );

View File

@@ -15,7 +15,7 @@
$_SESSION['PROCESSMAP'] = 'BPMN';
$oHeadPublisher =& headPublisher::getSingleton();
$oHeadPublisher->usingExtJs('ux/miframe');
//$oHeadPublisher->usingExtJs('ux/miframe');
$oHeadPublisher->addExtJsScript('bpmn/ProcessOptions', true);
$oHeadPublisher->addExtJsScript('bpmn/processmap', true);
$oHeadPublisher->addContent( 'bpmn/processmap');