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:
@@ -703,7 +703,7 @@ importProcessExistGroup = function()
|
|||||||
title : _('ID_IMPORT_PROCESS') + processFileTypeTitle,
|
title : _('ID_IMPORT_PROCESS') + processFileTypeTitle,
|
||||||
header : false,
|
header : false,
|
||||||
width : 460,
|
width : 460,
|
||||||
height : 210,
|
height : 230,
|
||||||
modal : true,
|
modal : true,
|
||||||
autoScroll : false,
|
autoScroll : false,
|
||||||
maximizable : false,
|
maximizable : false,
|
||||||
@@ -834,8 +834,8 @@ importProcessExistProcess = function()
|
|||||||
title : _('ID_IMPORT_PROCESS') + processFileTypeTitle,
|
title : _('ID_IMPORT_PROCESS') + processFileTypeTitle,
|
||||||
header : false,
|
header : false,
|
||||||
width : 460,
|
width : 460,
|
||||||
height : 210,
|
height : 230,
|
||||||
autoHeight : true,
|
autoHeight : true,
|
||||||
modal : true,
|
modal : true,
|
||||||
autoScroll : false,
|
autoScroll : false,
|
||||||
maximizable : false,
|
maximizable : false,
|
||||||
|
|||||||
Reference in New Issue
Block a user