From: Edward Date: Thu, 8 May 2014 09:05:18 +0000 (+0800) Subject: Pman.Dialog.CoreAutoSavePreview.bjs X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=263c3a73b70152ae1f28fb664e23b1ac4a74fdf7 Pman.Dialog.CoreAutoSavePreview.bjs Pman.Dialog.CoreAutoSavePreview.js --- diff --git a/Pman.Dialog.CoreAutoSavePreview.bjs b/Pman.Dialog.CoreAutoSavePreview.bjs index 4ff4d216..314e68cd 100644 --- a/Pman.Dialog.CoreAutoSavePreview.bjs +++ b/Pman.Dialog.CoreAutoSavePreview.bjs @@ -111,7 +111,7 @@ { "*prop": "colModel[]", "dataIndex": "remarks", - "header": "Affected", + "header": "Parts", "width": 100, "xtype": "ColumnModel", "|renderer": "function(v) { \n return String.format('{0})', v ? v : ''); \n}", diff --git a/Pman.Dialog.CoreAutoSavePreview.js b/Pman.Dialog.CoreAutoSavePreview.js index 5f2f943d..287a3344 100644 --- a/Pman.Dialog.CoreAutoSavePreview.js +++ b/Pman.Dialog.CoreAutoSavePreview.js @@ -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 : '');