BUG 0000 cancel button in post note

improvement the cancel button in post note
This commit is contained in:
Carlos Pacha
2011-08-30 11:23:27 -04:00
parent 5c45e0f834
commit 29d2ee80d1

View File

@@ -151,15 +151,17 @@ caseNotesWindow = new Ext.Window({
text: _('ID_NOTES_READY'),
//iconCls: 'ready-icon',
statusAlign: 'left',
// any standard Toolbar items:
items: [{
items: []
}),
{xtype: 'tbfill'},
{
text: _('ID_CANCEL'),
handler: function(){
handler: function()
{
caseNotesWindow.close();
}
}]
})
}
],
tbar:[{
//xtype:'textfield',