From: Chris Date: Thu, 13 Sep 2012 04:28:38 +0000 (+0800) Subject: Pman.Tab.AdminContactsGroupRight.bjs X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=commitdiff_plain;h=61cc9fadf4a63bb4186f83066af349f625c75d95 Pman.Tab.AdminContactsGroupRight.bjs Pman.Tab.AdminContactsGroupRight.js --- diff --git a/Pman.Tab.AdminContactsGroupRight.bjs b/Pman.Tab.AdminContactsGroupRight.bjs index 409479b..b3180c6 100644 --- a/Pman.Tab.AdminContactsGroupRight.bjs +++ b/Pman.Tab.AdminContactsGroupRight.bjs @@ -297,7 +297,7 @@ { "*prop": "colModel[]", "dataIndex": "active", - "header": "Active", + "header": "List/View", "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 77be3e3..73107df 100644 --- a/Pman.Tab.AdminContactsGroupRight.js +++ b/Pman.Tab.AdminContactsGroupRight.js @@ -775,7 +775,7 @@ Pman.Tab.AdminContactsGroupRight = new Roo.XComponent({ xtype: 'ColumnModel', xns: Roo.grid, dataIndex : 'active', - header : 'Active', + header : 'List/View', width : 75, renderer : function(v) { var state = v> 0 ? '-checked' : '';