Pman.Dialog.CoreAutoSavePreview.bjs
[Pman.Core] / Pman.Dialog.CoreAutoSavePreview.js
index fd1626b..ae248b2 100644 (file)
@@ -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') : ''); }
                             }
                         ]