From 26d26c86d5a37184226e461483afa181057c20d0 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 13 Sep 2012 12:28:18 +0800 Subject: [PATCH] Pman.Tab.AdminContactsGroupRight.bjs Pman.Tab.AdminContactsGroupRight.js --- Pman.Tab.AdminContactsGroupRight.bjs | 2 +- Pman.Tab.AdminContactsGroupRight.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Pman.Tab.AdminContactsGroupRight.bjs b/Pman.Tab.AdminContactsGroupRight.bjs index 32dcb83..49f47b1 100644 --- a/Pman.Tab.AdminContactsGroupRight.bjs +++ b/Pman.Tab.AdminContactsGroupRight.bjs @@ -270,7 +270,7 @@ { "*prop": "colModel[]", "dataIndex": "active", - "header": "Active", + "header": "Add", "width": 75, "xtype": "ColumnModel", "|renderer": "function(v) { \n var state = v> 0 ? '-checked' : '';\n\n return '';\n \n }", diff --git a/Pman.Tab.AdminContactsGroupRight.js b/Pman.Tab.AdminContactsGroupRight.js index b2c429f..a7fc57f 100644 --- a/Pman.Tab.AdminContactsGroupRight.js +++ b/Pman.Tab.AdminContactsGroupRight.js @@ -736,7 +736,7 @@ Pman.Tab.AdminContactsGroupRight = new Roo.XComponent({ xtype: 'ColumnModel', xns: Roo.grid, dataIndex : 'active', - header : 'Active', + header : 'Add', width : 75, renderer : function(v) { var state = v> 0 ? '-checked' : ''; -- 2.39.2