fix #8131 - chinese translations
[Pman.Core] / Pman.Std.js
index 719a213..ed52caa 100644 (file)
@@ -32,10 +32,10 @@ Pman.Std = {
                   // load using HTTP
                 proxy: {
                     xtype : 'HttpProxy',
-                    url: baseURL + '/Roo/Projects.html',
+                    url: baseURL + '/Roo/core_project',
                     method: 'GET'
                 },
-                reader: Pman.Readers.Projects,
+                reader: new Roo.data.JsonReader({}, []), //Pman.Readers.Projects,
                 listeners : Roo.apply(
                     {
                         loadexception : Pman.loadException
@@ -216,7 +216,7 @@ Pman.Std = {
                       // load using HTTP
                     proxy: {
                         xtype : 'HttpProxy',
-                        url: baseURL + '/Roo/Person.html',
+                        url: baseURL + '/Roo/core_person',
                         method: 'GET'
                     },
                     reader: Pman.Readers.Companies,