Pman.Dialog.CoreAutoSavePreview.bjs
[Pman.Core] / Pman.Dialog.CoreAutoSavePreview.js
index 518bad5..8b66990 100644 (file)
@@ -123,22 +123,6 @@ Pman.Dialog.CoreAutoSavePreview = {
                                 width : 75,
                                 dataIndex : 'created',
                                 renderer : function(v) { return String.format('{0}', v ? v.format('d/M/Y') : ''); }
-                            },
-                            {
-                                xtype: 'ColumnModel',
-                                xns: Roo.grid,
-                                header : 'Descript',
-                                width : 200,
-                                dataIndex : 'descript',
-                                renderer : function(v) { return String.format('{0}', v); }
-                            },
-                            {
-                                xtype: 'ColumnModel',
-                                xns: Roo.grid,
-                                header : 'Title',
-                                width : 200,
-                                dataIndex : 'title',
-                                renderer : function(v) { return String.format('{0}', v); }
                             }
                         ]
                     }