From c9381d42a0593e138db1ff6c21d8a915ab1e3c0e Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 17 Jun 2015 17:24:05 +0800 Subject: [PATCH] Pman.Dialog.CoreAutoSavePreview.bjs Pman.Dialog.CoreAutoSavePreview.js --- Pman.Dialog.CoreAutoSavePreview.bjs | 5 +++-- Pman.Dialog.CoreAutoSavePreview.js | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Pman.Dialog.CoreAutoSavePreview.bjs b/Pman.Dialog.CoreAutoSavePreview.bjs index cac6b258..f6d3f7ce 100644 --- a/Pman.Dialog.CoreAutoSavePreview.bjs +++ b/Pman.Dialog.CoreAutoSavePreview.bjs @@ -6,6 +6,7 @@ "permname" : "", "modOrder" : "001", "strings" : { + "53e5aa2c97fef1555d2511de8218c544" : "By", "87f9f735a1d36793ceaecd4e47124b63" : "Events", "ea4788705e6873b424c65e91c2846b19" : "Cancel", "bd88a20b53a47f7b5704a83a15ff5506" : "Saved Version", @@ -119,12 +120,12 @@ }, { "xtype" : "ColumnModel", - "header" : "Date", + "header" : "By", "width" : 100, "$ renderer" : "function(v) { return String.format('{0}', v ? v.format('Y-m-d H:i:s') : ''); }", "$ xns" : "Roo.grid", "* prop" : "colModel[]", - "dataIndex" : "event_when" + "dataIndex" : "person_id_name" } ] } diff --git a/Pman.Dialog.CoreAutoSavePreview.js b/Pman.Dialog.CoreAutoSavePreview.js index 0476b19b..e5ca3b6d 100644 --- a/Pman.Dialog.CoreAutoSavePreview.js +++ b/Pman.Dialog.CoreAutoSavePreview.js @@ -7,6 +7,7 @@ Roo.namespace('Pman.Dialog'); Pman.Dialog.CoreAutoSavePreview = { _strings : { + '53e5aa2c97fef1555d2511de8218c544' :"By", '87f9f735a1d36793ceaecd4e47124b63' :"Events", 'ea4788705e6873b424c65e91c2846b19' :"Cancel", 'bd88a20b53a47f7b5704a83a15ff5506' :"Saved Version", @@ -231,8 +232,8 @@ Pman.Dialog.CoreAutoSavePreview = { }, { '|xns' : 'Roo.grid', - dataIndex : 'event_when', - header : _this._strings['44749712dbec183e983dcd78a7736c41'], + dataIndex : 'person_id_name', + header : _this._strings['53e5aa2c97fef1555d2511de8218c544'], renderer : function(v) { return String.format('{0}', v ? v.format('Y-m-d H:i:s') : ''); }, width : 100, xns : Roo.grid, -- 2.39.2