BUG 0000 caseSummary improvements

- now the window is contrained to its parent
- the cancel button was removed because is not necessary now
This commit is contained in:
Erik Amaru Ortiz
2011-10-03 11:55:47 -04:00
parent 6378845b85
commit 69f1f51494

View File

@@ -361,23 +361,24 @@ var openSummaryWindow = function(appUid, delIndex)
var summaryWindow = new Ext.Window({
title: _('ID_SUMMARY'),
width: 500,
height: 420,
height: 400,
resizable: false,
closable: true,
modal: true,
autoScroll:true,
constrain: true,
keys: {
key: 27,
fn: function() {
summaryWindow.close();
}
},
}/*,
buttons : [{
text : _('ID_CANCEL'),
handler : function(){
summaryWindow.close();
}}
],
]*/,
});
if (response.dynUid != '') {