BUG 9588 Missing validation on IE when the session expires. IMPROVEMENT

- Change width in the login panel
This commit is contained in:
Julio Cesar Laura
2013-01-07 10:28:10 -04:00
parent eabde495cb
commit 9f3a762226

View File

@@ -911,7 +911,7 @@ function getElementByPMClass(__class){
if(typePopup == 0)
popupWindow(G_STRINGS.ID_ADD + ' ' + label , '../dynaforms/fields_Edit?A='+DYNAFORM_URL+'&TYPE='+encodeURIComponent(type) , 510, 650, null,false,true);
else
popupWindow(G_STRINGS.ID_ADD + ' ' + label , '../dynaforms/fields_Edit?A='+DYNAFORM_URL+'&TYPE='+encodeURIComponent(type) , 510, 400 );
popupWindow(G_STRINGS.ID_ADD + ' ' + label , '../dynaforms/fields_Edit?A='+DYNAFORM_URL+'&TYPE='+encodeURIComponent(type) , 530, 400 );
return false;
}