Pman.Tab.AdminProjectMembers.js
authorAlan Knowles <alan@akbkhome.com>
Fri, 25 Feb 2011 08:03:46 +0000 (16:03 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 25 Feb 2011 08:03:46 +0000 (16:03 +0800)
Pman.Tab.AdminProjectMembers.js

index 30325e6..4e0b51c 100644 (file)
@@ -409,9 +409,6 @@ Pman.Tab.AdminProjectMembers = new Roo.util.Observable({
                         {
                             xtype: 'Button',
                             xns: Roo.Toolbar,
-                            text : "Add",
-                            cls : 'x-btn-text-icon',
-                            icon : Roo.rootURL + 'images/default/dd/drop-add.gif',
                             listeners : {
                                 click : function()
                                 {
@@ -420,7 +417,10 @@ Pman.Tab.AdminProjectMembers = new Roo.util.Observable({
                                         _this.grid.footer.onClick('first');
                                    }); 
                                 }
-                            }
+                            },
+                            cls : 'x-btn-text-icon',
+                            text : "Staff",
+                            icon : Roo.rootURL + 'images/default/dd/drop-add.gif'
                         },
                         {
                             xtype: 'Button',