Pman.Tab.GroupsList.js
[Pman.Core] / Pman.Tab.GroupsList.js
index d2010e1..4f7a62f 100644 (file)
@@ -62,7 +62,7 @@ Pman.Tab.GroupsList.prototype = {
                     
                     
                     proxy: new Ext.data.HttpProxy({
-                        url: baseURL + '/Roo/Groups.html',
+                        url: baseURL + '/Roo/core_group',
                         method: 'GET'
                     }),
                     remoteSort: true,
@@ -79,6 +79,8 @@ Pman.Tab.GroupsList.prototype = {
                             }
                             o.params.type = _this.type;
                             
+                            o.params._add_everyone = 1;
+                            
                             
                         },
                         load : function()
@@ -224,7 +226,7 @@ Pman.Tab.GroupsList.prototype = {
                 }
                 
                 new Pman.Request({
-                    url: baseURL + '/Core/GroupMembers.php',
+                    url: baseURL + '/Core/core_groop_member',
                     params: {
                         action : action,
                         group_id: action =='add' ? rid.id : s[0].data.id,
@@ -276,7 +278,7 @@ Pman.Tab.GroupsList.prototype = {
         var _dialog= this.getDialog();
         this.toolbar.add({
             
-            text: "Manage Groups?",
+            text: "Manage Groups",
             cls: 'x-btn-text-icon',
             icon: Ext.rootURL + 'images/default/tree/leaf.gif',
             menu : {