Pman.Dialog.MailTemplateList.bjs
authorEdward <edward@roojs.com>
Wed, 19 Feb 2014 06:32:10 +0000 (14:32 +0800)
committerEdward <edward@roojs.com>
Wed, 19 Feb 2014 06:32:10 +0000 (14:32 +0800)
Pman.Dialog.MailTemplateList.js

Pman.Dialog.MailTemplateList.bjs
Pman.Dialog.MailTemplateList.js

index da6b526..c3bf4ae 100644 (file)
@@ -61,7 +61,7 @@
                                             "*prop": "proxy",
                                             "method": "GET",
                                             "xtype": "HttpProxy",
-                                            "|url": "baseURL + '/Pman/Core/MailTemplateList.php'",
+                                            "|url": "baseURL + '/Core/MailTemplateList.php'",
                                             "|xns": "Roo.data"
                                         },
                                         {
index edbebf9..272ff11 100644 (file)
@@ -86,7 +86,7 @@ Pman.Dialog.MailTemplateList = {
                                 xtype: 'HttpProxy',
                                 xns: Roo.data,
                                 method : 'GET',
-                                url : baseURL + '/Pman/Core/MailTemplateList.php'
+                                url : baseURL + '/Core/MailTemplateList.php'
                             },
                             reader : {
                                 xtype: 'JsonReader',