added scm-web-compressor maven plugin

This commit is contained in:
Sebastian Sdorra
2010-11-21 18:16:39 +01:00
parent cdb295bdf3
commit b5c5201a55
15 changed files with 1109 additions and 41 deletions

View File

@@ -228,7 +228,7 @@ Sonia.user.Panel = Ext.extend(Ext.Panel, {
{xtype: 'tbbutton', text: 'Add', scope: this, handler: this.showAddPanel},
{xtype: 'tbbutton', text: 'Remove', scope: this, handler: this.removeUser},
'-',
{xtype: 'tbbutton', text: 'Reload', scope: this, handler: this.reload},
{xtype: 'tbbutton', text: 'Reload', scope: this, handler: this.reload}
],
items: [{
id: 'userGrid',