From: Edward Date: Thu, 8 May 2014 09:28:26 +0000 (+0800) Subject: Pman.Dialog.CoreAutoSavePreview.bjs X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=abaadf312468204680f10906ec451aa44dfb7bea Pman.Dialog.CoreAutoSavePreview.bjs Pman.Dialog.CoreAutoSavePreview.js --- diff --git a/Pman.Dialog.CoreAutoSavePreview.bjs b/Pman.Dialog.CoreAutoSavePreview.bjs index 1d6610d9..95c6bc13 100644 --- a/Pman.Dialog.CoreAutoSavePreview.bjs +++ b/Pman.Dialog.CoreAutoSavePreview.bjs @@ -90,8 +90,8 @@ { "*prop": "colModel[]", "dataIndex": "event_when", - "header": "Created", - "width": 75, + "header": "Date", + "width": 100, "xtype": "ColumnModel", "|renderer": "function(v) { return String.format('{0}', v ? v.format('d/M/Y') : ''); }", "|xns": "Roo.grid" diff --git a/Pman.Dialog.CoreAutoSavePreview.js b/Pman.Dialog.CoreAutoSavePreview.js index fd1626b8..ae248b2e 100644 --- a/Pman.Dialog.CoreAutoSavePreview.js +++ b/Pman.Dialog.CoreAutoSavePreview.js @@ -120,8 +120,8 @@ Pman.Dialog.CoreAutoSavePreview = { xtype: 'ColumnModel', xns: Roo.grid, dataIndex : 'event_when', - header : 'Created', - width : 75, + header : 'Date', + width : 100, renderer : function(v) { return String.format('{0}', v ? v.format('d/M/Y') : ''); } } ]