fix #8131 - chinese translations
[Pman.Core] / Pman.Dialog.CoreProject.bjs
index 118820e..773d1a8 100644 (file)
@@ -79,8 +79,8 @@
         "|rendered" : "function (form)\n{\n    _this.form= form;\n}\n"
        },
        "$ url" : "baseURL + '/Roo/core_project'",
-       "method" : "POST",
        "xtype" : "Form",
+       "method" : "POST",
        "style" : "margin:10px;",
        "$ xns" : "Roo.form",
        "items" : [
            "items" : [
             {
              "$ url" : "baseURL + '/Roo/core_company'",
-             "xtype" : "HttpProxy",
              "method" : "GET",
+             "xtype" : "HttpProxy",
              "$ xns" : "Roo.data",
              "* prop" : "proxy"
             },
            "* prop" : "store",
            "items" : [
             {
-             "$ url" : "baseURL + '/Roo/Groups.php'",
-             "xtype" : "HttpProxy",
+             "$ url" : "baseURL + '/Roo/core_group'",
              "method" : "GET",
+             "xtype" : "HttpProxy",
              "$ xns" : "Roo.data",
              "* prop" : "proxy"
             },
              "items" : [
               {
                "$ url" : "baseURL + '/Roo/core_person'",
-               "xtype" : "HttpProxy",
                "method" : "GET",
+               "xtype" : "HttpProxy",
                "$ xns" : "Roo.data",
                "* prop" : "proxy"
               },