Pman.Tab.CoreEmail.bjs
authorEdward <edward@roojs.com>
Fri, 21 Feb 2014 04:32:00 +0000 (12:32 +0800)
committerEdward <edward@roojs.com>
Fri, 21 Feb 2014 04:32:00 +0000 (12:32 +0800)
Pman.Tab.CoreEmail.js

Pman.Tab.CoreEmail.bjs
Pman.Tab.CoreEmail.js

index 5b46724..71c5ca0 100644 (file)
                                                 },
                                                 {
                                                     "listeners": {
-                                                        "|click": "function()\n{\n    if (!_this.dialog) return;\n    _this.dialog.show( { id : 0, module : 'core' } , function() {\n        _this.grid.footer.onClick('first');\n   }); \n}\n"
+                                                        "|click": "function()\n{\n    if (!_this.dialog) return;\n    _this.dialog.show( { id : 0, module : 'core_email' } , function() {\n        _this.grid.footer.onClick('first');\n   }); \n}\n"
                                                     },
                                                     "cls": "x-btn-text-icon",
                                                     "text": "Add",
index f062066..1cba724 100644 (file)
@@ -206,7 +206,7 @@ Pman.Tab.CoreEmail = new Roo.XComponent({
                                             click : function()
                                             {
                                                 if (!_this.dialog) return;
-                                                _this.dialog.show( { id : 0, module : 'core' } , function() {
+                                                _this.dialog.show( { id : 0, module : 'core_email' } , function() {
                                                     _this.grid.footer.onClick('first');
                                                }); 
                                             }