Uncommited changes synced
[Pman.MTrack] / Pman.Tab.MTrack.js
index 0e1e30b..764d92a 100644 (file)
@@ -8,11 +8,11 @@
 Pman.on('beforeload', function()
 {
     Pman.register({
-        modKey : '001-Pman.Tab.MTrack',
+        modKey : '755-Pman.Tab.MTrack',
         module : Pman.Tab.MTrack,
-        region : '',
-        parent : false,
-        name : "unnamed module",
+        region : 'center',
+        parent : Pman,
+        name : "Pman.Tab.MTrack",
         disabled : false, 
         permname: '' 
     });
@@ -33,13 +33,16 @@ Pman.Tab.MTrack = new Roo.util.Observable({
         this.panel = parentLayout.addxtype({
             xtype: 'NestedLayoutPanel',
             xns: Roo,
+            background : true,
             region : 'center',
+            title : "MTrack",
             layout : {
                 xtype: 'BorderLayout',
                 xns: Roo,
                 center : {
                     xtype: 'LayoutRegion',
-                    xns: Roo
+                    xns: Roo,
+                    tabPosition : 'top'
                 }
             }
         });