BUG 8463 se expandio la pantalla de edicion de triggers
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
<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>
|
||||
|
||||
<BTN_CANCEL type="button" onclick="cancel();">
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
}
|
||||
|
||||
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 ) {
|
||||
|
||||
Reference in New Issue
Block a user