Pman.Tab.AdminNotifyRecur.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 5 Dec 2012 06:30:14 +0000 (14:30 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 5 Dec 2012 06:30:14 +0000 (14:30 +0800)
Pman.Tab.AdminNotifyRecur.js

Pman.Tab.AdminNotifyRecur.bjs
Pman.Tab.AdminNotifyRecur.js

index 92c6b56..318de7d 100644 (file)
                             "|xns": "Roo.grid"
                         },
                         {
-                            "xtype": "ColumnModel",
-                            "header": "Freq day",
-                            "width": 200,
+                            "*prop": "colModel[]",
                             "dataIndex": "freq_day",
+                            "header": "Freq day",
+                            "width": 100,
+                            "xtype": "ColumnModel",
                             "|renderer": "function(v) { return String.format('{0}', v); }",
-                            "|xns": "Roo.grid",
-                            "*prop": "colModel[]"
+                            "|xns": "Roo.grid"
                         },
                         {
                             "xtype": "ColumnModel",
                         {
                             "*prop": "colModel[]",
                             "dataIndex": "onid",
-                            "header": "Onid",
+                            "header": "Affects",
                             "width": 75,
                             "xtype": "ColumnModel",
                             "|renderer": "function(v,x,r) { return String.format('{1}:{0}', v,r.data.ontable); }",
index 2450f7e..a9d060d 100644 (file)
@@ -258,9 +258,9 @@ Pman.Tab.AdminNotifyRecur = new Roo.XComponent({
                     {
                         xtype: 'ColumnModel',
                         xns: Roo.grid,
-                        header : 'Freq day',
-                        width : 200,
                         dataIndex : 'freq_day',
+                        header : 'Freq day',
+                        width : 100,
                         renderer : function(v) { return String.format('{0}', v); }
                     },
                     {
@@ -275,7 +275,7 @@ Pman.Tab.AdminNotifyRecur = new Roo.XComponent({
                         xtype: 'ColumnModel',
                         xns: Roo.grid,
                         dataIndex : 'onid',
-                        header : 'Onid',
+                        header : 'Affects',
                         width : 75,
                         renderer : function(v,x,r) { return String.format('{1}:{0}', v,r.data.ontable); }
                     },