Merge pull request #1980 from omarsuca/BUG-11291

BUG-11291 No se deberia permitir la redimension de la ventana para pausar casos. SOLVED
This commit is contained in:
julceslauhub
2013-08-16 11:20:37 -07:00

View File

@@ -762,6 +762,7 @@ Ext.onReady(function(){
width:500, width:500,
plain: true, plain: true,
modal: true, modal: true,
resizable: false,
title: _('ID_CONFIRM'), title: _('ID_CONFIRM'),
items: [ items: [
new Ext.FormPanel({ new Ext.FormPanel({
@@ -904,6 +905,7 @@ Ext.onReady(function(){
layout:'fit', layout:'fit',
autoScroll:true, autoScroll:true,
modal: true, modal: true,
resizable: false,
maximizable: false, maximizable: false,
items: [grid] items: [grid]
}); });