fix #8131 - chinese translations
[Pman.Core] / Pman.Std.js
index 05bdabd..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
@@ -83,8 +83,7 @@ Pman.Std = {
                 displayField:'name',
                 
                 fieldLabel : "Sent To",
-                allowBlank : true,
-                qtip : "Enter Sent To",
+                 qtip : "Enter Sent To",
                 width: 290,
                 
                 
@@ -217,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,