BUG 8463 se expandio la pantalla de edicion de triggers

This commit is contained in:
Alvaro Campos
2012-02-08 18:01:59 -04:00
parent 2a1d591e75
commit d08d5ab30e
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
<TRI_TYPE type="hidden"/> <TRI_TYPE type="hidden"/>
<TRI_WEBBOT type="textareapm" class="formLabel" cols="85" rows="23" width="100%" height="380px" showVars="1" process="@#PRO_UID"> <TRI_WEBBOT type="textareapm" class="formLabel" cols="110" rows="28" width="100%" height="380px" showVars="1" process="@#PRO_UID">
</TRI_WEBBOT> </TRI_WEBBOT>
<BTN_CANCEL type="button" onclick="cancel();"> <BTN_CANCEL type="button" onclick="cancel();">

View File

@@ -60,7 +60,7 @@
} }
function triggerEdit(sUID) { function triggerEdit(sUID) {
popupWindow('@G::LoadTranslation(ID_EDIT_TRIGGERS)', '@G::encryptlink(@#triggersEdit)?TRI_UID=' + sUID , 770, 510); popupWindow('@G::LoadTranslation(ID_EDIT_TRIGGERS)', '@G::encryptlink(@#triggersEdit)?TRI_UID=' + sUID , 900, 600);
} }
function triggerProperties( sUID ) { function triggerProperties( sUID ) {