sync
[Pman.Admin] / Pman.Tab.StaffMgr.js
index 99c0670..3dc5549 100644 (file)
@@ -8,6 +8,7 @@ Pman.on('beforeload', function()
  
  
     Pman.register({
+        part :  ["Admin","StaffManager"],
         modKey : '020-pman-tab-staffmgr',
         module : Pman.Tab.StaffMgr,
         region : 'center',
@@ -63,7 +64,7 @@ Pman.Tab.StaffMgr = {
         
        
         this.tab = parentLayout.add(region,  new Ext.NestedLayoutPanel(
-            this.layout, {title: this.title || "Staff / Teams1", background: true}));
+            this.layout, {title: this.title || "Staff / Teams", background: true}));
         
         this.tab.on('activate', function() {
             _this.layout.getRegion('center').showPanel(0);