From c71aa82fcc5e91d88129ab11ae5c50252d01ce35 Mon Sep 17 00:00:00 2001 From: norah Date: Tue, 16 Oct 2012 13:22:43 +0000 Subject: [PATCH] BUG 8557 Widen the Trigger editing box from 85 to 100 characters and move insert variable button below the textarea SOLVED - EL ancho de los textareas eran cortos y no se veian bien - Cambiado el ancho de los textareas en la creacion/edicion de los triggers --- .../engine/xmlform/triggers/triggersCustom.xml | 2 +- .../engine/xmlform/triggers/triggers_Edit.xml | 2 +- .../xmlform/triggers/triggers_Options.xml | 17 +++++++---------- 3 files changed, 9 insertions(+), 12 deletions(-) diff --git a/workflow/engine/xmlform/triggers/triggersCustom.xml b/workflow/engine/xmlform/triggers/triggersCustom.xml index c7ceeab64..0299d276b 100755 --- a/workflow/engine/xmlform/triggers/triggersCustom.xml +++ b/workflow/engine/xmlform/triggers/triggersCustom.xml @@ -19,7 +19,7 @@ Description - + Save diff --git a/workflow/engine/xmlform/triggers/triggers_Edit.xml b/workflow/engine/xmlform/triggers/triggers_Edit.xml index 53fe9a1ed..254780232 100755 --- a/workflow/engine/xmlform/triggers/triggers_Edit.xml +++ b/workflow/engine/xmlform/triggers/triggers_Edit.xml @@ -7,7 +7,7 @@ - + diff --git a/workflow/engine/xmlform/triggers/triggers_Options.xml b/workflow/engine/xmlform/triggers/triggers_Options.xml index 123a51927..31f051377 100755 --- a/workflow/engine/xmlform/triggers/triggers_Options.xml +++ b/workflow/engine/xmlform/triggers/triggers_Options.xml @@ -29,7 +29,6 @@ - @@ -70,7 +69,7 @@ } function triggerEdit(sUID) { - popupWindow('@G::LoadTranslation(ID_EDIT_TRIGGERS)', '@G::encryptlink(@#triggersEdit)?TRI_UID=' + sUID , 900, 600); + popupWindow('@G::LoadTranslation(ID_EDIT_TRIGGERS)', '@G::encryptlink(@#triggersEdit)?TRI_UID='+ sUID , 930, 600); } function triggerProperties( sUID ) { @@ -119,10 +118,9 @@ @#PAGED_TABLE_ID.refresh(); } }else{ - - ajax_post(form.action, form, 'POST'); - currentPopupWindow.remove(); - @#PAGED_TABLE_ID.refresh(); + ajax_post(form.action, form, 'POST'); + currentPopupWindow.remove(); + @#PAGED_TABLE_ID.refresh(); } } //with this function, we are removing the spaces after and before of a string @@ -155,8 +153,6 @@ @#PAGED_TABLE_ID.refresh(); } } - - //end for trigger no wirzard function triggerDelete(sUID) { @@ -188,7 +184,8 @@ }.extend(this); oRPC.make(); } - function triggerNewWizard(nameFunction, library) {//alert('@G::encryptlink(@#triggerNewWizard)?PRO_UID=@%PRO_UID&NAME_FUN='+nameFunction+'&PARAMETERS_FUN='+parametersFunct+'&PAGED_TABLE_ID='+@#PAGED_TABLE_ID);return; + + function triggerNewWizard(nameFunction, library) {//alert('@G::encryptlink(@#triggerNewWizard)?PRO_UID=@%PRO_UID&NAME_FUN='+nameFunction+'& PARAMETERS_FUN='+parametersFunct+'&PAGED_TABLE_ID='+@#PAGED_TABLE_ID);return; popupWindow('@G::LoadTranslation(ID_NEW_TRIGGERS)', '@G::encryptlink(@#triggerNewWizard)?PRO_UID=@%PRO_UID&NAME_FUN='+nameFunction+'&LIBRARY='+library+'&PAGED_TABLE_ID='+@#PAGED_TABLE_ID , 600, 600); } @@ -202,4 +199,4 @@ - + \ No newline at end of file