Pman.Tab.AdminNotify.bjs
authorAlan Knowles <alan@roojs.com>
Mon, 11 Jun 2012 09:10:35 +0000 (17:10 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 11 Jun 2012 09:10:35 +0000 (17:10 +0800)
Pman.Tab.AdminNotify.js

Pman.Tab.AdminNotify.bjs
Pman.Tab.AdminNotify.js

index fa01496..3d4bf14 100644 (file)
                         },
                         {
                             "*prop": "colModel[]",
-                            "dataIndex": "act_when",
-                            "header": "Act when",
+                            "dataIndex": "id",
+                            "header": "id#",
                             "sortable": true,
-                            "width": 100,
+                            "width": 50,
                             "xtype": "ColumnModel",
                             "|renderer": "function(v) { return String.format('{0}', v ? v.format('d/M/Y H:i:s') : ''); }",
                             "|xns": "Roo.grid"
index dd180c0..cc36c06 100644 (file)
@@ -260,10 +260,10 @@ Pman.Tab.AdminNotify = new Roo.XComponent({
                     {
                         xtype: 'ColumnModel',
                         xns: Roo.grid,
-                        dataIndex : 'act_when',
-                        header : 'Act when',
+                        dataIndex : 'id',
+                        header : 'id#',
                         sortable : true,
-                        width : 100,
+                        width : 50,
                         renderer : function(v) { return String.format('{0}', v ? v.format('d/M/Y H:i:s') : ''); }
                     },
                     {