sync
[Pman.Admin] / Pman.Tab.StaffMgr.js
index a54aad2..3dc5549 100644 (file)
@@ -34,9 +34,6 @@ Pman.Tab.StaffMgr = {
     panel : false,
     title: false,
     add : function(parentLayout, region) {
-        
-        Roo.log('StaffMgr add called!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!');
-        
         var _this = this;
         if (this.panel) {
             parentLayout.getRegion(region).showPanel(this.panel);
@@ -58,16 +55,14 @@ Pman.Tab.StaffMgr = {
                 center: {
                     autoScroll:true,
                     hideTabs: false,
-                    tabPosition: 'top'
+                     tabPosition: 'top'
                    
                 }
             }
         );
         
-        Roo.log(parentLayout);
-        Roo.log(region);
-        Roo.log(this);
         
+       
         this.tab = parentLayout.add(region,  new Ext.NestedLayoutPanel(
             this.layout, {title: this.title || "Staff / Teams", background: true}));