X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=blobdiff_plain;f=Pman.Tab.AdminContactsGroup.js;h=c248e6115b7dda2a1d25f9b386ea790531d5b160;hp=03227ae7f2f93f9ed91070c50d579249e0a9b2e1;hb=HEAD;hpb=3622afdfc67fce04f0e8b50a4e80aa480207a99d diff --git a/Pman.Tab.AdminContactsGroup.js b/Pman.Tab.AdminContactsGroup.js index 03227ae..c248e61 100644 --- a/Pman.Tab.AdminContactsGroup.js +++ b/Pman.Tab.AdminContactsGroup.js @@ -23,7 +23,7 @@ Pman.Tab.AdminContactsGroup = new Roo.XComponent({ name : "Pman.Tab.AdminContactsGroup", disabled : false, permname : '', - _tree : function() + _tree : function(_data) { var _this = this; var MODULE = this; @@ -33,7 +33,7 @@ Pman.Tab.AdminContactsGroup = new Roo.XComponent({ fitContainer : true, fitToframe : true, region : 'west', - tableName : 'Groups', + tableName : 'core_group', title : _this._strings['a37ede293936e29279ed543129451ec3'] /* Groups */, listeners : { activate : function() { @@ -146,7 +146,7 @@ Pman.Tab.AdminContactsGroup = new Roo.XComponent({ listeners : { click : function() { - Pman.genericDelete(_this, 'Groups'); + Pman.genericDelete(_this, 'core_group'); } }, xns : Roo.menu, @@ -201,7 +201,7 @@ Pman.Tab.AdminContactsGroup = new Roo.XComponent({ proxy : { xtype : 'HttpProxy', method : 'GET', - url : baseURL + '/Roo/Groups.php', + url : baseURL + '/Roo/core_group', xns : Roo.data, '|xns' : 'Roo.data' },