Merge pull request #1164 from julceslauhub/master

BUG 9588 Missing validation on IE when the session expires. IMPROVEMENT
This commit is contained in:
julceslauhub
2013-01-07 06:27:10 -08:00

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;
}