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

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

index 4ff4d21..314e68c 100644 (file)
                                 {
                                     "*prop": "colModel[]",
                                     "dataIndex": "remarks",
-                                    "header": "Affected",
+                                    "header": "Parts",
                                     "width": 100,
                                     "xtype": "ColumnModel",
                                     "|renderer": "function(v) {                     \n    return String.format('{0})', v ? v : '');  \n}",
index 5f2f943..287a334 100644 (file)
@@ -246,7 +246,7 @@ Pman.Dialog.CoreAutoSavePreview = {
                                 xtype: 'ColumnModel',
                                 xns: Roo.grid,
                                 dataIndex : 'remarks',
-                                header : 'Affected',
+                                header : 'Parts',
                                 width : 100,
                                 renderer : function(v) {                     
                                     return String.format('{0})', v ? v : '');