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

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

index 83ae6c8..f81e6da 100644 (file)
                             "|xns": "Roo.grid",
                             "*prop": "colModel[]"
                         },
-                        {
-                            "xtype": "ColumnModel",
-                            "header": "Updated dt",
-                            "width": 75,
-                            "dataIndex": "updated_dt",
-                            "|renderer": "function(v) { return String.format('{0}', v ? v.format('d/M/Y') : ''); }",
-                            "|xns": "Roo.grid",
-                            "*prop": "colModel[]"
-                        },
                         {
                             "xtype": "ColumnModel",
                             "header": "Last applied dt",
index 2be0a5f..54e0203 100644 (file)
@@ -231,14 +231,6 @@ Pman.Tab.AdminNotifyRecur = new Roo.XComponent({
                         dataIndex : 'dtend',
                         renderer : function(v) { return String.format('{0}', v ? v.format('d/M/Y') : ''); }
                     },
-                    {
-                        xtype: 'ColumnModel',
-                        xns: Roo.grid,
-                        header : 'Updated dt',
-                        width : 75,
-                        dataIndex : 'updated_dt',
-                        renderer : function(v) { return String.format('{0}', v ? v.format('d/M/Y') : ''); }
-                    },
                     {
                         xtype: 'ColumnModel',
                         xns: Roo.grid,