From 4683a6816acdb88f4988385b011b58da8edc19c1 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 14 Nov 2012 13:58:28 +0800 Subject: [PATCH] Pman.Dialog.CoreNotifyRecur.bjs Pman.Dialog.CoreNotifyRecur.js --- Pman.Dialog.CoreNotifyRecur.bjs | 2 +- Pman.Dialog.CoreNotifyRecur.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Pman.Dialog.CoreNotifyRecur.bjs b/Pman.Dialog.CoreNotifyRecur.bjs index 4f8dce84..0a10d3f8 100644 --- a/Pman.Dialog.CoreNotifyRecur.bjs +++ b/Pman.Dialog.CoreNotifyRecur.bjs @@ -113,7 +113,7 @@ { "*prop": "colModel[]", "dataIndex": "method_id", - "header": "From", + "header": "Type", "width": 75, "xtype": "ColumnModel", "|renderer": "function(v,x,r) {\n return String.format('{0}', r.data.method_id_display_name); \n}", diff --git a/Pman.Dialog.CoreNotifyRecur.js b/Pman.Dialog.CoreNotifyRecur.js index c074271f..6939c53b 100644 --- a/Pman.Dialog.CoreNotifyRecur.js +++ b/Pman.Dialog.CoreNotifyRecur.js @@ -279,7 +279,7 @@ Pman.Dialog.CoreNotifyRecur = { xtype: 'ColumnModel', xns: Roo.grid, dataIndex : 'method_id', - header : 'From', + header : 'Type', width : 75, renderer : function(v,x,r) { return String.format('{0}', r.data.method_id_display_name); -- 2.39.2