From: Edward Date: Thu, 8 May 2014 08:58:54 +0000 (+0800) Subject: Pman.Dialog.CoreAutoSavePreview.bjs X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=392c68d4ff339cab3d094d6bb1f8a256e737178d;p=Pman.Core Pman.Dialog.CoreAutoSavePreview.bjs Pman.Dialog.CoreAutoSavePreview.js --- diff --git a/Pman.Dialog.CoreAutoSavePreview.bjs b/Pman.Dialog.CoreAutoSavePreview.bjs index 7de49d9d..1593c0a7 100644 --- a/Pman.Dialog.CoreAutoSavePreview.bjs +++ b/Pman.Dialog.CoreAutoSavePreview.bjs @@ -319,7 +319,7 @@ { "*prop": "colModel[]", "dataIndex": "event_when", - "header": "When", + "header": "Date", "width": 100, "xtype": "ColumnModel", "|renderer": "function(v) { return v ? v.dateFormat('d/m/Y H:i') : ''; }", diff --git a/Pman.Dialog.CoreAutoSavePreview.js b/Pman.Dialog.CoreAutoSavePreview.js index bf8e362e..cdcfa35b 100644 --- a/Pman.Dialog.CoreAutoSavePreview.js +++ b/Pman.Dialog.CoreAutoSavePreview.js @@ -1124,7 +1124,7 @@ Pman.Dialog.CoreAutoSavePreview = { xtype: 'ColumnModel', xns: Roo.grid, dataIndex : 'event_when', - header : 'When', + header : 'Date', width : 100, renderer : function(v) { return v ? v.dateFormat('d/m/Y H:i') : ''; } },