diff --git a/workflow/engine/xmlform/triggers/triggers_Options.xml b/workflow/engine/xmlform/triggers/triggers_Options.xml index 4d91acab7..6a4c6a867 100755 --- a/workflow/engine/xmlform/triggers/triggers_Options.xml +++ b/workflow/engine/xmlform/triggers/triggers_Options.xml @@ -57,7 +57,16 @@ } function triggerFromLibrary() { - popupWindow('@G::LoadTranslation(ID_NEW_TRIGGERS)', '@G::encryptlink(@#triggersOptionList)?PRO_UID=@%PRO_UID' , 600, 340); + popupWindow('@G::LoadTranslation(ID_NEW_TRIGGERS)', '@G::encryptlink(@#triggersOptionList)?PRO_UID=@%PRO_UID' , 600, 400); + if (navigator.appName != "Microsoft Internet Explorer") { + try { + var oAllPs = document.querySelectorAll("div.panel_content___processmaker"); + oAllPs[3].style.height = "340px"; + } + catch(e) { + // nothing to do + } + } } function triggerEdit(sUID) { @@ -65,7 +74,7 @@ } function triggerProperties( sUID ) { - popupWindow('@G::LoadTranslation(ID_TRIGGERS)', '@G::encryptlink(@#triggersProperties)?TRI_UID='+ sUID , 600, 340); + popupWindow('@G::LoadTranslation(ID_TRIGGERS)', '@G::encryptlink(@#triggersProperties)?TRI_UID='+ sUID , 600, 340); } function triggerPropertiesSave( form ) {