Fix #6685 - more changes as per inspection master xls
[Pman.Admin] / Pman.Tab.AdminContacts.bjs
index 35069dd..b479ed4 100644 (file)
   "d4d25ad0a12e8d30e9d8d35230f6d1d3" : "Show Removed",
   "9810aa2b9f44401be4bf73188ef2b67d" : "Fax"
  },
+ "named_strings" : {
+  "company_name_emptyText" : "99b344c8ae43e3e7213862b8f35c4e51",
+  "company_name_qtip" : "9675747b5ab12d05f18518761e68a533",
+  "company_name_loadingText" : "1243daf593fa297e07ab03bf06d925af"
+ },
  "items" : [
   {
    "listeners" : {
     "|activate" : "function() {\n    _this.panel = this;\n    if (_this.grid) {\n        _this.grid.footer.onClick('first');\n    }\n}"
    },
+   "bool background" : false,
    "autoScroll" : true,
    "fitToframe" : true,
-   "background" : true,
    "region" : "center",
    "title" : "Person",
    "xtype" : "GridPanel",
@@ -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"
       },
       {