BUG 7537 Issue in v 2.0.32 rc5

This option was added.
This commit is contained in:
Carlos Pacha
2011-08-29 17:27:44 -04:00
parent 311d157207
commit bce41ffd7a

View File

@@ -371,6 +371,14 @@ var openSummaryWindow = function(applicationUID, delegation) {
summaryWindow.close(); summaryWindow.close();
} }
}, },
buttons : [
{
text : _('ID_CANCEL'),
handler : function(){
summaryWindow.close();
}
}
],
listeners: { listeners: {
show: function() { show: function() {
this.loadMask = new Ext.LoadMask(this.body, { this.loadMask = new Ext.LoadMask(this.body, {