improve sonia.user

This commit is contained in:
Sebastian Sdorra
2010-11-10 18:37:41 +01:00
parent 7cfe5d8bc8
commit 3729229843
2 changed files with 144 additions and 1 deletions

View File

@@ -136,7 +136,7 @@ Ext.onReady(function(){
items: [{
label: 'Users',
fn: function(){
addTabPanel('userGrid', 'userGrid', 'Users');
addTabPanel('users', 'userPanel', 'Users');
}
}]
},{