fix all staff default perms
[Pman.Admin] / Pman.Tab.AdminContacts.bjs
index 0bfc2dc..b479ed4 100644 (file)
@@ -2,7 +2,7 @@
  "name" : "Pman.Tab.AdminContacts",
  "parent" : "Pman.Tab.AdminContactsManager",
  "title" : "Pman.Tab.AdminContacts",
- "path" : "/home/edward/gitlive/Pman.Admin/Pman.Tab.AdminContacts.bjs",
+ "path" : "/home/alan/gitlive/Pman.Admin/Pman.Tab.AdminContacts.bjs",
  "permname" : "Core.Person",
  "modOrder" : "001",
  "strings" : {
   "d4d25ad0a12e8d30e9d8d35230f6d1d3" : "Show Removed",
   "9810aa2b9f44401be4bf73188ef2b67d" : "Fax"
  },
+ "named_strings" : {
+  "company_name_emptyText" : "99b344c8ae43e3e7213862b8f35c4e51",
+  "company_name_qtip" : "9675747b5ab12d05f18518761e68a533",
+  "company_name_loadingText" : "1243daf593fa297e07ab03bf06d925af"
+ },
  "items" : [
   {
    "listeners" : {
@@ -72,7 +77,7 @@
        "* prop" : "dataSource",
        "items" : [
         {
-         "$ url" : "baseURL + '/Roo/Person.php'",
+         "$ url" : "baseURL + '/Roo/core_person'",
          "xtype" : "HttpProxy",
          "method" : "GET",
          "$ xns" : "Roo.data",
            "* prop" : "store",
            "items" : [
             {
-             "$ url" : "baseURL + '/Roo/Companies.php'",
+             "$ url" : "baseURL + '/Roo/core_company'",
              "xtype" : "HttpProxy",
              "method" : "GET",
              "$ xns" : "Roo.data",
       },
       {
        "xtype" : "ColumnModel",
-       "width" : 100,
        "header" : "Fax",
+       "width" : 100,
        "$ renderer" : "function(v) { return String.format('{0}', v); }",
        "$ xns" : "Roo.grid",
        "* prop" : "colModel[]",
+       "Boolean hidden" : true,
        "dataIndex" : "fax"
       },
       {