From d96640c925c6048e400e877d8f4eb87a3040d15c Mon Sep 17 00:00:00 2001 From: Marco Antonio Nina Date: Tue, 14 May 2013 12:04:54 -0400 Subject: [PATCH] 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. --- workflow/engine/templates/processes/main.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/workflow/engine/templates/processes/main.js b/workflow/engine/templates/processes/main.js index ece257220..1d315f74d 100755 --- a/workflow/engine/templates/processes/main.js +++ b/workflow/engine/templates/processes/main.js @@ -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,