BUG-11869 los botones de save y cancel en importacion de usuario... SOLVED

- Container stayed small because of the size of the source.
- Modified size.
This commit is contained in:
Marco Antonio Nina
2013-05-14 12:04:54 -04:00
parent d01e660853
commit d96640c925

View File

@@ -703,7 +703,7 @@ importProcessExistGroup = function()
title : _('ID_IMPORT_PROCESS') + processFileTypeTitle,
header : false,
width : 460,
height : 210,
height : 230,
modal : true,
autoScroll : false,
maximizable : false,
@@ -834,8 +834,8 @@ importProcessExistProcess = function()
title : _('ID_IMPORT_PROCESS') + processFileTypeTitle,
header : false,
width : 460,
height : 210,
autoHeight : true,
height : 230,
autoHeight : true,
modal : true,
autoScroll : false,
maximizable : false,