From 4d359b6bde47c3417a1db11941b7d6a356d2b2e6 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 5 Dec 2012 14:28:52 +0800 Subject: [PATCH] Pman.Tab.AdminNotifyRecur.bjs Pman.Tab.AdminNotifyRecur.js --- Pman.Tab.AdminNotifyRecur.bjs | 10 +++++----- Pman.Tab.AdminNotifyRecur.js | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Pman.Tab.AdminNotifyRecur.bjs b/Pman.Tab.AdminNotifyRecur.bjs index f81e6da..37caa31 100644 --- a/Pman.Tab.AdminNotifyRecur.bjs +++ b/Pman.Tab.AdminNotifyRecur.bjs @@ -128,13 +128,13 @@ "*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", diff --git a/Pman.Tab.AdminNotifyRecur.js b/Pman.Tab.AdminNotifyRecur.js index 54e0203..24bba8c 100644 --- a/Pman.Tab.AdminNotifyRecur.js +++ b/Pman.Tab.AdminNotifyRecur.js @@ -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') : ''); } }, { -- 2.39.2