From 6035aa9fbc5d4d855373e468f22bbee2c6d5356b Mon Sep 17 00:00:00 2001 From: Victor Saisa Lopez Date: Thu, 16 Aug 2012 16:43:16 -0400 Subject: [PATCH] BUG 9614 "La ventana de conditions no tiene el tamanio..." SOLVED - Window "steps conditions" not have the right size - Solved problem improved the window size * Available from version 2.0.44 --- workflow/engine/xmlform/steps/conditions_Edit.xml | 6 +++--- workflow/engine/xmlform/steps/conditions_Options.xml | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) 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