diff --git a/workflow/engine/xmlform/steps/conditions_Edit.xml b/workflow/engine/xmlform/steps/conditions_Edit.xml
index c0f3325b6..3f81ca5bb 100755
--- a/workflow/engine/xmlform/steps/conditions_Edit.xml
+++ b/workflow/engine/xmlform/steps/conditions_Edit.xml
@@ -1,5 +1,5 @@
-
+
@@ -7,7 +7,7 @@
-
+
Condition
@@ -71,4 +71,4 @@ var insertFormVar = function(sFieldName, sValue) {
]]>
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/workflow/engine/xmlform/steps/conditions_Options.xml b/workflow/engine/xmlform/steps/conditions_Options.xml
index 2575789a8..c48331361 100755
--- a/workflow/engine/xmlform/steps/conditions_Options.xml
+++ b/workflow/engine/xmlform/steps/conditions_Options.xml
@@ -9,15 +9,15 @@
function editCondition(uid, sStepTitle)
{
- popupWindow('@G::LoadTranslation(ID_EDIT_CONDITIONS_OF_STEP)' + ': ' + sStepTitle, '@G::encryptLink(@#URL_CONDITIONS_EDIT)?UID='+ uid , 500, 216);
+ popupWindow("@G::LoadTranslation(ID_EDIT_CONDITIONS_OF_STEP)" + ": " + sStepTitle, "@G::encryptLink(@#URL_CONDITIONS_EDIT)?UID=" + uid , 535, 240);
}
function saveCondition(oForm)
{
- ajax_post(oForm.action, oForm, 'POST');
- currentPopupWindow.remove();
- @#PAGED_TABLE_ID.refresh();
+ ajax_post(oForm.action, oForm, "POST");
+ currentPopupWindow.remove();
+ @#PAGED_TABLE_ID.refresh();
}
-
\ No newline at end of file
+
\ No newline at end of file