Pman.Tab.AdminContactsGroupRight.bjs
authorChris <chris@roojs.com>
Thu, 13 Sep 2012 04:28:38 +0000 (12:28 +0800)
committerChris <chris@roojs.com>
Thu, 13 Sep 2012 04:28:38 +0000 (12:28 +0800)
Pman.Tab.AdminContactsGroupRight.js

Pman.Tab.AdminContactsGroupRight.bjs
Pman.Tab.AdminContactsGroupRight.js

index 409479b..b3180c6 100644 (file)
                         {
                             "*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 '<img class=\"x-grid-check-icon' + state + '\" src=\"' + Roo.BLANK_IMAGE_URL + '\"/>';\n                \n }",
index 77be3e3..73107df 100644 (file)
@@ -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' : '';