old/Pman.Tab.AdminPermManager.bjs
authoredward <edward@roojs.com>
Tue, 12 Dec 2017 05:50:50 +0000 (13:50 +0800)
committeredward <edward@roojs.com>
Tue, 12 Dec 2017 05:50:50 +0000 (13:50 +0800)
old/Pman.Tab.AdminPermManager.js

old/Pman.Tab.AdminPermManager.bjs
old/Pman.Tab.AdminPermManager.js

index 903a89b..8f81d96 100644 (file)
@@ -9,11 +9,11 @@
   "a37ede293936e29279ed543129451ec3" : "Groups",
   "ec211f7c20af43e742bf2570c3cb84f9" : "Add",
   "7dce122004969d56ae2e0245cb754d35" : "Edit",
+  "c0cc6720f67b91ae03ad53e4515493e9" : "Manage Groups??",
   "911051bc8a5abedcc127334f0f70b78a" : "Permission Manager",
   "4d1c8263ba1036754f8db14a98f9f006" : "Reload",
   "f2a6c498fb90ee345d997f888fce3b18" : "Delete",
-  "49ee3087348e8d44e1feda1917443987" : "Name",
-  "aba9f7d7443652e858969bfc280690b1" : "Manage Groups"
+  "49ee3087348e8d44e1feda1917443987" : "Name"
  },
  "items" : [
   {
      "items" : [
       {
        "xtype" : "LayoutRegion",
-       "tabPosition" : "top",
        "$ xns" : "Roo",
+       "tabPosition" : "top",
        "* prop" : "center"
       },
       {
        "xtype" : "LayoutRegion",
-       "width" : 200,
        "$ xns" : "Roo",
+       "width" : 200,
        "* prop" : "west"
       },
       {
        "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,
@@ -59,8 +59,8 @@
           "|render" : "function() \n{\n    _this.grid = this; \n    _this.dialog = Pman.Dialog.Groups;\n    if (_this.panel.active) {\n        _this.grid.ds.load({});\n    }\n}"
          },
          "autoExpandColumn" : "name",
-         "enableDrop" : true,
          "xtype" : "Grid",
+         "enableDrop" : true,
          "ddGroup" : "groupDD",
          "loadMask" : true,
          "$ xns" : "Roo.grid",
@@ -79,8 +79,8 @@
            "items" : [
             {
              "$ url" : "baseURL + '/Roo/core_group.php'",
-             "method" : "GET",
              "xtype" : "HttpProxy",
+             "method" : "GET",
              "$ xns" : "Roo.data",
              "* prop" : "proxy"
             },
            "* prop" : "toolbar",
            "items" : [
             {
-             "text" : "Manage Groups",
+             "text" : "Manage Groups??",
              "xtype" : "Button",
              "$ xns" : "Roo.Toolbar",
              "items" : [
           },
           {
            "xtype" : "ColumnModel",
-           "header" : "Name",
            "width" : 200,
+           "header" : "Name",
            "$ renderer" : "function(v,x,r) { \n    if (r.data.id == -1) {\n        return '<b>' + \"Not in a Group\" + '</b>';\n    }\n    if ((r.data.id == 0) && (_this.type == 0)) {\n        return '<b>' + \"All Staff (Default Permissions)\" + '</b>';\n    }\n    if ((r.data.id == 0) && (_this.type == 2)) {\n        return '<b>' + \"Everybody\" + '</b>';\n    }\n    if (r.data.id == 0) {\n        return '<b>' + \"All Staff\" + '</b>';\n    }\n    if (v == 'Administrators') {\n        return '<b>' + \"Adminstrators\" + '</b>';\n    }\n    if (r.data.leader) {\n        return v + ' (' + r.data.leader_name + ')';\n    }\n    \n    return v;\n}",
            "$ xns" : "Roo.grid",
            "* prop" : "colModel[]",
index a511c85..a660f15 100644 (file)
@@ -10,11 +10,11 @@ Pman.Tab.AdminPermManager = new Roo.XComponent({
   'a37ede293936e29279ed543129451ec3' :"Groups",
   'ec211f7c20af43e742bf2570c3cb84f9' :"Add",
   '7dce122004969d56ae2e0245cb754d35' :"Edit",
+  'c0cc6720f67b91ae03ad53e4515493e9' :"Manage Groups??",
   '911051bc8a5abedcc127334f0f70b78a' :"Permission Manager",
   '4d1c8263ba1036754f8db14a98f9f006' :"Reload",
   'f2a6c498fb90ee345d997f888fce3b18' :"Delete",
-  '49ee3087348e8d44e1feda1917443987' :"Name",
-  'aba9f7d7443652e858969bfc280690b1' :"Manage Groups"
+  '49ee3087348e8d44e1feda1917443987' :"Name"
  },
 
   part     :  ["old", "AdminPermManager" ],
@@ -106,7 +106,7 @@ Pman.Tab.AdminPermManager = new Roo.XComponent({
         items  : [
          {
           xtype : 'Button',
-          text : _this._strings['aba9f7d7443652e858969bfc280690b1'] /* Manage Groups */,
+          text : _this._strings['c0cc6720f67b91ae03ad53e4515493e9'] /* Manage Groups?? */,
           xns : Roo.Toolbar,
           '|xns' : 'Roo.Toolbar',
           menu : {