Pman.Tab.AdminContactsGroupRight.bjs
authorChris <chris@roojs.com>
Wed, 12 Sep 2012 10:04:31 +0000 (18:04 +0800)
committerChris <chris@roojs.com>
Wed, 12 Sep 2012 10:04:31 +0000 (18:04 +0800)
Pman.Tab.AdminContactsGroupRight.js

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

index 23af970..04e8aaf 100644 (file)
                         {
                             "*prop": "colModel[]",
                             "dataIndex": "name",
-                            "header": "Name",
+                            "header": "Permission",
                             "sortable": true,
                             "width": 200,
                             "xtype": "ColumnModel",
index d6a8c22..b660dea 100644 (file)
@@ -722,7 +722,7 @@ Pman.Tab.AdminContactsGroupRight = new Roo.XComponent({
                         xtype: 'ColumnModel',
                         xns: Roo.grid,
                         dataIndex : 'name',
-                        header : 'Name',
+                        header : 'Permission',
                         sortable : true,
                         width : 200,
                         renderer : function(v) { return String.format('{0}', v); }