Pman.Dialog.CoreMailingListMessage.bjs
authorEdward <edward@roojs.com>
Wed, 19 Feb 2014 04:58:13 +0000 (12:58 +0800)
committerEdward <edward@roojs.com>
Wed, 19 Feb 2014 04:58:13 +0000 (12:58 +0800)
Pman.Dialog.CoreMailingListMessage.js

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

index 1c1b330..cc8f6e2 100644 (file)
                                     "items": [
                                         {
                                             "listeners": {
-                                                "|click": "function()\n{\n    Pman.Dialog.Image.show( { id : 0, onid: _this.data.id, ontable: 'Core_mailing_list_message' }, function() {\n        _this.igrid.getDataSource().load({});\n    }); \n}\n"
+                                                "|click": "function()\n{\n    Pman.Dialog.Image.show( { id : 0, onid: _this.data.id, ontable: 'core_mailing_list_message' }, function() {\n        _this.igrid.getDataSource().load({});\n    }); \n}\n"
                                             },
                                             "cls": "x-btn-text-icon",
                                             "text": "Add",
index 1aa69fd..45c8a29 100644 (file)
@@ -875,7 +875,7 @@ Pman.Dialog.CoreMailingListMessage = {
                                     listeners : {
                                         click : function()
                                         {
-                                            Pman.Dialog.Image.show( { id : 0, onid: _this.data.id, ontable: 'Core_mailing_list_message' }, function() {
+                                            Pman.Dialog.Image.show( { id : 0, onid: _this.data.id, ontable: 'core_mailing_list_message' }, function() {
                                                 _this.igrid.getDataSource().load({});
                                             }); 
                                         }