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

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

index f81e6da..37caa31 100644 (file)
                             "*prop": "colModel[]"
                         },
                         {
-                            "xtype": "ColumnModel",
-                            "header": "Last applied dt",
-                            "width": 75,
+                            "*prop": "colModel[]",
                             "dataIndex": "last_applied_dt",
+                            "header": "Last Notification created",
+                            "width": 75,
+                            "xtype": "ColumnModel",
                             "|renderer": "function(v) { return String.format('{0}', v ? v.format('d/M/Y') : ''); }",
-                            "|xns": "Roo.grid",
-                            "*prop": "colModel[]"
+                            "|xns": "Roo.grid"
                         },
                         {
                             "xtype": "ColumnModel",
index 54e0203..24bba8c 100644 (file)
@@ -234,9 +234,9 @@ Pman.Tab.AdminNotifyRecur = new Roo.XComponent({
                     {
                         xtype: 'ColumnModel',
                         xns: Roo.grid,
-                        header : 'Last applied dt',
-                        width : 75,
                         dataIndex : 'last_applied_dt',
+                        header : 'Last Notification created',
+                        width : 75,
                         renderer : function(v) { return String.format('{0}', v ? v.format('d/M/Y') : ''); }
                     },
                     {