Pman.Tab.AdminContactsGroupRight.bjs
[Pman.Admin] / Pman.Tab.AdminContactsGroupRight.bjs
index 32dcb83..49f47b1 100644 (file)
                         {
                             "*prop": "colModel[]",
                             "dataIndex": "active",
-                            "header": "Active",
+                            "header": "Add",
                             "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 }",