sync
[Pman.Admin] / Pman.Tab.AdminContactsGroup.js
index 03227ae..c248e61 100644 (file)
@@ -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'
      },