BUG 8794 Label "Nuevo" con una linea abajo al asignar pasos a... SOLVED
- el label New al cambiar de idioma por tener una tamañuperior al definido se convertian en dos filas. - Se procedio aumentar el colWidth a 80, del file steps_Options.xml.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<dynaForm type="xmlmenu">
|
<dynaForm type="xmlmenu">
|
||||||
|
|
||||||
<MNU_ADD type="link" value="" link="#" onclick="stepAdd(); return false;" colAlign="left" colWidth="35">
|
<MNU_ADD type="link" value="" link="#" onclick="stepAdd(); return false;" colAlign="left" colWidth="80">
|
||||||
<en>New</en>
|
<en>New</en>
|
||||||
</MNU_ADD>
|
</MNU_ADD>
|
||||||
|
|
||||||
@@ -65,7 +65,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
function externalStepEdit(stpUid, urlExternalStepEdit ){
|
function externalStepEdit(stpUid, urlExternalStepEdit ){
|
||||||
popupWindow('@G::LoadTranslation(ID_EDIT)', '@G::encryptlink(' + urlExternalStepEdit + ')?STP_UID=' + stpUid , 550, 350);
|
popupWindow('@G::LoadTranslation(ID_EDIT)', '@G::encryptlink(' + urlExternalStepEdit + ')?STP_UID=' + stpUid , 550, 350);
|
||||||
}
|
}
|
||||||
|
|
||||||
function dynaformEdit( uid, pro_uid ){
|
function dynaformEdit( uid, pro_uid ){
|
||||||
@@ -98,8 +98,8 @@
|
|||||||
currentPopupWindow.remove();
|
currentPopupWindow.remove();
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
ajax_post(form.action, form, 'POST');
|
ajax_post(form.action, form, 'POST');
|
||||||
currentPopupWindow.remove();
|
currentPopupWindow.remove();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -124,8 +124,8 @@
|
|||||||
currentPopupWindow.remove();
|
currentPopupWindow.remove();
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
ajax_post(form.action, form, 'POST');
|
ajax_post(form.action, form, 'POST');
|
||||||
currentPopupWindow.remove();
|
currentPopupWindow.remove();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user