Pman.Dialog.CoreEmail.bjs
authoredward <edward@roojs.com>
Mon, 18 Jul 2016 06:10:24 +0000 (14:10 +0800)
committeredward <edward@roojs.com>
Mon, 18 Jul 2016 06:10:24 +0000 (14:10 +0800)
Pman.Dialog.CoreEmail.js

Pman.Dialog.CoreEmail.bjs
Pman.Dialog.CoreEmail.js

index 1110f03..f49796a 100644 (file)
                "items" : [
                 {
                  "listeners" : {
-                  "check" : "function (_self, checked)\n{\n    var boxLabel = 'Enabled - will be sent out';\n    \n    if(!checked){\n        boxLabel = 'Disabled - will NOT be sent out right of \\'Mailout Name\\'';\n    }\n    \n    this.setBoxLabel(boxLabel);\n}"
+                  "check" : "function (_self, checked)\n{\n    var boxLabel = 'Enabled - will be sent out';\n    \n    if(!checked){\n        boxLabel = 'Disabled - will NOT be sent out';\n    }\n    \n    this.setBoxLabel(boxLabel);\n}"
                  },
                  "String name" : "active",
                  "Boolean checked" : true,
index f6b7bda..b2ca011 100644 (file)
@@ -630,7 +630,7 @@ Pman.Dialog.CoreEmail = {
                        var boxLabel = 'Enabled - will be sent out';
                        
                        if(!checked){
-                           boxLabel = 'Disabled - will NOT be sent out right of \'Mailout Name\'';
+                           boxLabel = 'Disabled - will NOT be sent out';
                        }
                        
                        this.setBoxLabel(boxLabel);