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:
@@ -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 != '') {
|
||||
|
||||
Reference in New Issue
Block a user