From 551453fa04dac45d95a17a1b8a09a1e2b4eb0330 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 13 Sep 2012 12:28:30 +0800 Subject: [PATCH] Pman.Tab.AdminContactsGroupRight.bjs Pman.Tab.AdminContactsGroupRight.js --- Pman.Tab.AdminContactsGroupRight.bjs | 4 ++-- Pman.Tab.AdminContactsGroupRight.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Pman.Tab.AdminContactsGroupRight.bjs b/Pman.Tab.AdminContactsGroupRight.bjs index 49f47b1..409479b 100644 --- a/Pman.Tab.AdminContactsGroupRight.bjs +++ b/Pman.Tab.AdminContactsGroupRight.bjs @@ -279,7 +279,7 @@ { "*prop": "colModel[]", "dataIndex": "active", - "header": "Active", + "header": "Edit", "width": 75, "xtype": "ColumnModel", "|renderer": "function(v) { \n var state = v> 0 ? '-checked' : '';\n\n return '';\n \n }", @@ -288,7 +288,7 @@ { "*prop": "colModel[]", "dataIndex": "active", - "header": "Active", + "header": "Delete", "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 a7fc57f..77be3e3 100644 --- a/Pman.Tab.AdminContactsGroupRight.js +++ b/Pman.Tab.AdminContactsGroupRight.js @@ -749,7 +749,7 @@ Pman.Tab.AdminContactsGroupRight = new Roo.XComponent({ xtype: 'ColumnModel', xns: Roo.grid, dataIndex : 'active', - header : 'Active', + header : 'Edit', width : 75, renderer : function(v) { var state = v> 0 ? '-checked' : ''; @@ -762,7 +762,7 @@ Pman.Tab.AdminContactsGroupRight = new Roo.XComponent({ xtype: 'ColumnModel', xns: Roo.grid, dataIndex : 'active', - header : 'Active', + header : 'Delete', width : 75, renderer : function(v) { var state = v> 0 ? '-checked' : ''; -- 2.39.2