Pman.Tab.XtupleReports.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 18 Dec 2013 12:02:14 +0000 (20:02 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 18 Dec 2013 12:02:14 +0000 (20:02 +0800)
Pman.Tab.XtupleReports.js

Pman.Tab.XtupleReports.bjs
Pman.Tab.XtupleReports.js

index bddb6a1..eee3725 100644 (file)
@@ -6,8 +6,9 @@
     "path": "/home/alan/gitlive/web.xtuple/Pman/Xtuple/Pman.Tab.XtupleReports.bjs",
     "items": [
         {
-            "|xns": "Roo",
-            "xtype": "NestedLayoutPanel"
+            "title": "Reports",
+            "xtype": "NestedLayoutPanel",
+            "|xns": "Roo"
         }
     ],
     "permname": "",
index 6f1b544..a9fb8ea 100644 (file)
@@ -16,7 +16,8 @@ Pman.Tab.XtupleReports = new Roo.XComponent({
         var MODULE = this;
         return {
             xtype: 'NestedLayoutPanel',
-            xns: Roo
+            xns: Roo,
+            title : "Reports"
         };
     }
 });