BUG 11508 Popup de pruebas de email es desplazable SOLVED

This commit is contained in:
Julio Cesar Laura
2014-08-22 14:57:03 -04:00
parent 96778b31c8
commit 644ef1f552

View File

@@ -765,7 +765,9 @@ var testEmailWindow = new Ext.Window({
autoHeight: true,
layout: 'fit',
y: 82,
items: testConnForm
items: testConnForm,
draggable: false,
resizable: false
});
var testEmailWindowMail = new Ext.Window({
@@ -776,7 +778,9 @@ var testEmailWindowMail = new Ext.Window({
autoHeight: true,
layout: 'fit',
y: 82,
items: testConnFormMail
items: testConnFormMail,
draggable: false,
resizable: false
});
var params;