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

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

index 37caa31..2cdc912 100644 (file)
                             "|xns": "Roo.grid",
                             "*prop": "colModel[]"
                         },
-                        {
-                            "xtype": "ColumnModel",
-                            "header": "Last event",
-                            "width": 75,
-                            "dataIndex": "last_event_id",
-                            "|renderer": "function(v) { return String.format('{0}', v); }",
-                            "|xns": "Roo.grid",
-                            "*prop": "colModel[]"
-                        },
                         {
                             "xtype": "ColumnModel",
                             "header": "Method",
index 24bba8c..6d3d469 100644 (file)
@@ -287,14 +287,6 @@ Pman.Tab.AdminNotifyRecur = new Roo.XComponent({
                         dataIndex : 'ontable',
                         renderer : function(v) { return String.format('{0}', v); }
                     },
-                    {
-                        xtype: 'ColumnModel',
-                        xns: Roo.grid,
-                        header : 'Last event',
-                        width : 75,
-                        dataIndex : 'last_event_id',
-                        renderer : function(v) { return String.format('{0}', v); }
-                    },
                     {
                         xtype: 'ColumnModel',
                         xns: Roo.grid,