Pman.Dialog.CoreMailingListMessage.bjs
authorEdward <edward@roojs.com>
Thu, 20 Feb 2014 05:40:43 +0000 (13:40 +0800)
committerEdward <edward@roojs.com>
Thu, 20 Feb 2014 05:40:43 +0000 (13:40 +0800)
Pman.Dialog.CoreMailingListMessage.js

Pman.Dialog.CoreMailingListMessage.bjs
Pman.Dialog.CoreMailingListMessage.js

index ca667eb..bb1ca10 100644 (file)
                 },
                 {
                     "listeners": {
-                        "click": "function (_self, e)\n{\n    //_this.dialog.hide();\n    \n    Pman.Dialog.CoreMailingListMessagePreview.show({ id : _this.form.findField('id').getValue() });\n}",
+                        "click": "function (_self, e)\n{\n    //_this.dialog.hide();\n    \n    Pman.Dialog.CrmMailingListMessagePreview.show({ id : _this.form.findField('id').getValue() });\n}",
                         "render": "function (_self)\n{\n    _this.preview_btn = _self;\n}"
                     },
                     "*prop": "buttons[]",
index 4d4974c..fb93c5c 100644 (file)
@@ -1060,7 +1060,7 @@ Pman.Dialog.CoreMailingListMessage = {
                         {
                             //_this.dialog.hide();
                             
-                            Pman.Dialog.CoreMailingListMessagePreview.show({ id : _this.form.findField('id').getValue() });
+                            Pman.Dialog.CrmMailingListMessagePreview.show({ id : _this.form.findField('id').getValue() });
                         },
                         render : function (_self)
                         {