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

Pman.Tab.CoreMailingListMessage.bjs
Pman.Tab.CoreMailingListMessage.js

index c7d7582..960770c 100644 (file)
@@ -1,5 +1,5 @@
 {
-    "id": "roo-file-183",
+    "id": "roo-file-184",
     "name": "Pman.Tab.CoreMailingListMessage",
     "parent": "Pman.Tab.Admin",
     "title": "",
                                                 },
                                                 {
                                                     "listeners": {
-                                                        "|click": "function()\n{\n    if (!_this.dialog) return;\n    _this.dialog.show( { id : 0 } , 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' } , function() {\n        _this.grid.footer.onClick('first');\n   }); \n}\n"
                                                     },
                                                     "cls": "x-btn-text-icon",
                                                     "text": "Add",
index 3ccce2a..7ca0df1 100644 (file)
@@ -206,7 +206,7 @@ Pman.Tab.CoreMailingListMessage = new Roo.XComponent({
                                             click : function()
                                             {
                                                 if (!_this.dialog) return;
-                                                _this.dialog.show( { id : 0 } , function() {
+                                                _this.dialog.show( { id : 0, module : 'core' } , function() {
                                                     _this.grid.footer.onClick('first');
                                                }); 
                                             }