Pman.Tab.PersonList.js
[Pman.Core] / Pman.Tab.PersonList.js
index f7f2844..989ba5d 100644 (file)
@@ -150,7 +150,7 @@ Pman.Tab.PersonList.prototype = {
             }
         );
 
-
+        Roo.log(['Person', parentLayout]);
 
         this.tab = parentLayout.add(region,
             new Roo.NestedLayoutPanel(
@@ -284,16 +284,14 @@ Pman.Tab.PersonList.prototype = {
                 fitContainer: true,
                 //background : false,
                 id: this.id, 
-                title: this.title || "Staff list????", 
+                title: this.title || "Staff", 
                 controller : this 
             })
         );
-
-        Roo.log('test!!!!!!!!!!!!!!!!!!!!!!!!!!!!!1');
-        Roo.log(this.title);
-        Roo.log(this.panel.title);
         this.grid.render();
         
+        Roo.log(['Person', this.layout, this.panel, this.grid]);
+        
         if (this.hiddenColumns) {
             var cm = this.grid.getColumnModel();
             Roo.each(this.hiddenColumns, function(c) {