sync
[Pman.Admin] / Pman.Tab.AdminContactsGroup.bjs
index 86a02eb..825387c 100644 (file)
@@ -2,7 +2,7 @@
  "name" : "Pman.Tab.AdminContactsGroup",
  "parent" : "Pman.Tab.AdminContactsManager",
  "title" : "Pman.Tab.AdminContactsGroup",
- "path" : "/home/edward/gitlive/Pman.Admin/Pman.Tab.AdminContactsGroup.bjs",
+ "path" : "/home/benny/gitlive/web.hhyc_membership_system/Pman.Admin/Pman.Tab.AdminContactsGroup.bjs",
  "permname" : "",
  "modOrder" : "001",
  "strings" : {
    "listeners" : {
     "|activate" : "function() {\n    _this.panel = this;\n    if (_this.grid) {\n        _this.grid.ds.load({});\n    }\n}"
    },
-   "region" : "west",
    "fitToframe" : true,
    "background" : true,
+   "region" : "west",
    "title" : "Groups",
    "xtype" : "GridPanel",
    "fitContainer" : true,
    "$ xns" : "Roo",
-   "tableName" : "Groups",
+   "tableName" : "core_group",
    "items" : [
     {
      "listeners" : {
@@ -43,7 +43,7 @@
      "items" : [
       {
        "listeners" : {
-        "beforeload" : "function (_self, o)\n{\n    o.params = o.params || {};\n    o.params.type =2;\n}",
+        "beforeload" : "function (_self, o)\n{\n    o.params = o.params || {};\n    \n    o.params.type =2;\n    \n    o.params._add_everyone = 1;\n}",
         "load" : "function (_self, records, options)\n{\n    var sm = _this.grid.getSelectionModel();\n        if (!sm.getSelections().length) {\n            sm.selectFirstRow();\n        }\n        Pman.Tab.AdminContacts.grid.footer.onClick('first');\n}"
        },
        "xtype" : "Store",
@@ -53,7 +53,7 @@
        "* prop" : "dataSource",
        "items" : [
         {
-         "$ url" : "baseURL + '/Roo/Groups.php'",
+         "$ url" : "baseURL + '/Roo/core_group'",
          "method" : "GET",
          "xtype" : "HttpProxy",
          "$ xns" : "Roo.data",
             },
             {
              "listeners" : {
-              "|click" : "function()\n{\n     Pman.genericDelete(_this, 'Groups'); \n}\n        "
+              "|click" : "function()\n{\n     Pman.genericDelete(_this, 'core_group'); \n}\n        "
              },
              "text" : "Delete",
              "xtype" : "Item",