sync
[Pman.Admin] / Pman.Tab.AdminOffice.bjs
index d87cd46..d6ad503 100644 (file)
@@ -23,9 +23,9 @@
    "listeners" : {
     "|activate" : "function() {\n    _this.panel = this;\n    if (_this.grid) {\n        _this.grid.footer.onClick('first');\n    }\n}"
    },
-   "background" : true,
    "region" : "south",
    "fitToframe" : true,
+   "background" : true,
    "title" : "Offices / Departments / Sub-Companies",
    "xtype" : "GridPanel",
    "fitContainer" : true,
@@ -54,7 +54,7 @@
        "* prop" : "dataSource",
        "items" : [
         {
-         "$ url" : "baseURL + '/Roo/Office.php'",
+         "$ url" : "baseURL + '/Roo/core_office.php'",
          "method" : "GET",
          "xtype" : "HttpProxy",
          "$ xns" : "Roo.data",