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"?>
|
||||
<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>
|
||||
</MNU_ADD>
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
}
|
||||
|
||||
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 ){
|
||||
@@ -98,8 +98,8 @@
|
||||
currentPopupWindow.remove();
|
||||
}
|
||||
} else {
|
||||
ajax_post(form.action, form, 'POST');
|
||||
currentPopupWindow.remove();
|
||||
ajax_post(form.action, form, 'POST');
|
||||
currentPopupWindow.remove();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -124,11 +124,11 @@
|
||||
currentPopupWindow.remove();
|
||||
}
|
||||
} else {
|
||||
ajax_post(form.action, form, 'POST');
|
||||
currentPopupWindow.remove();
|
||||
ajax_post(form.action, form, 'POST');
|
||||
currentPopupWindow.remove();
|
||||
}
|
||||
}
|
||||
|
||||
]]></js>
|
||||
|
||||
</dynaForm>
|
||||
</dynaForm>
|
||||
Reference in New Issue
Block a user