Pman.Tab.AdminNotifyRecur.bjs
[Pman.Admin] / Pman.Tab.AdminNotifyRecur.bjs
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); }",