Merge pull request #1983 from omarsuca/BUG-11977

BUG-11977 Popup de pausa de casos se puede desplazar fuera del marco
This commit is contained in:
julceslauhub
2013-08-16 14:29:34 -07:00

View File

@@ -978,6 +978,7 @@ Ext.onReady(function(){
var fieldset = { var fieldset = {
xtype : 'fieldset', xtype : 'fieldset',
labelWidth: 150, labelWidth: 150,
width:380,
//autoHeight : true, //autoHeight : true,
defaults : { defaults : {
width : 170, width : 170,
@@ -1047,12 +1048,13 @@ Ext.onReady(function(){
var win = new Ext.Window({ var win = new Ext.Window({
title: _('ID_PAUSE_CASE'), title: _('ID_PAUSE_CASE'),
width: 380, width: 380,
height: 250, height: 260,
layout:'fit', layout:'fit',
autoScroll:true, autoScroll:true,
modal: true, modal: true,
maximizable: false, maximizable: false,
resizable: false, resizable: false,
draggable: false,
items: [frm] items: [frm]
}); });
Ext.Ajax.request({ Ext.Ajax.request({