diff --git a/gulliver/js/codemirror/mode/php/php.js b/gulliver/js/codemirror/mode/php/php.js index f65307d1b..41c170b76 100644 --- a/gulliver/js/codemirror/mode/php/php.js +++ b/gulliver/js/codemirror/mode/php/php.js @@ -81,7 +81,6 @@ state.pending = null; var cur = stream.current(), openPHP = cur.search(/<\?/); if (openPHP != -1) { - alert("openPHP"); if (style == "string" && /\"$/.test(cur) && !/\?>/.test(cur)) state.pending = '"'; else state.pending = {end: stream.pos, style: style}; stream.backUp(cur.length - openPHP); diff --git a/workflow/engine/xmlform/triggers/triggerCopy.xml b/workflow/engine/xmlform/triggers/triggerCopy.xml index bf43a92b6..f6fadb92e 100644 --- a/workflow/engine/xmlform/triggers/triggerCopy.xml +++ b/workflow/engine/xmlform/triggers/triggerCopy.xml @@ -93,7 +93,7 @@ indentWithTabs: false, readOnly: true }); - triggerEditor.setSize(350,200); + triggerEditor.setSize(400,200); function cancel() { diff --git a/workflow/engine/xmlform/triggers/triggersCustom.xml b/workflow/engine/xmlform/triggers/triggersCustom.xml index 8147c9d69..f167a239a 100755 --- a/workflow/engine/xmlform/triggers/triggersCustom.xml +++ b/workflow/engine/xmlform/triggers/triggersCustom.xml @@ -52,7 +52,7 @@ var triggerEditor = CodeMirror.fromTextArea(document.getElementById("form[TRI_WE indentWithTabs: false, extraKeys: {"Ctrl-Space": "autocomplete"} }); -triggerEditor.setSize(400,250); +triggerEditor.setSize(450,245); getField('TRI_TITLE').form.onsubmit = function() {return false;}; var _oVarsPanel_; diff --git a/workflow/engine/xmlform/triggers/triggers_Edit.xml b/workflow/engine/xmlform/triggers/triggers_Edit.xml index 330aeffe7..788e7c0fd 100755 --- a/workflow/engine/xmlform/triggers/triggers_Edit.xml +++ b/workflow/engine/xmlform/triggers/triggers_Edit.xml @@ -43,7 +43,7 @@ var triggerEditor = CodeMirror.fromTextArea(document.getElementById("form[TRI_WE indentWithTabs: false, extraKeys: {"Ctrl-Space": "autocomplete"} }); -triggerEditor.setSize(800,400); +triggerEditor.setSize(890, 440); var _oVarsPanel_; var showDynaformsFormVars = function(sFieldName, sAjaxServer, sProcess, sSymbol) {