From 579c0b924df0d530db0750cec43151988a7359e8 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 5 Dec 2012 14:28:43 +0800 Subject: [PATCH] Pman.Tab.AdminNotifyRecur.bjs Pman.Tab.AdminNotifyRecur.js --- Pman.Tab.AdminNotifyRecur.bjs | 9 --------- Pman.Tab.AdminNotifyRecur.js | 8 -------- 2 files changed, 17 deletions(-) diff --git a/Pman.Tab.AdminNotifyRecur.bjs b/Pman.Tab.AdminNotifyRecur.bjs index 83ae6c8..f81e6da 100644 --- a/Pman.Tab.AdminNotifyRecur.bjs +++ b/Pman.Tab.AdminNotifyRecur.bjs @@ -127,15 +127,6 @@ "|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", diff --git a/Pman.Tab.AdminNotifyRecur.js b/Pman.Tab.AdminNotifyRecur.js index 2be0a5f..54e0203 100644 --- a/Pman.Tab.AdminNotifyRecur.js +++ b/Pman.Tab.AdminNotifyRecur.js @@ -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, -- 2.39.2