Pman.Dialog.CoreAutoSavePreview.bjs
authorEdward <edward@roojs.com>
Thu, 8 May 2014 09:28:26 +0000 (17:28 +0800)
committerEdward <edward@roojs.com>
Thu, 8 May 2014 09:28:26 +0000 (17:28 +0800)
Pman.Dialog.CoreAutoSavePreview.js

Pman.Dialog.CoreAutoSavePreview.bjs
Pman.Dialog.CoreAutoSavePreview.js

index 1d6610d..95c6bc1 100644 (file)
@@ -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"
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') : ''); }
                             }
                         ]