X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Pman.Dialog.CoreEmail.js;h=2735a3823ccafbf7829dd5953838e6ac7033cff2;hb=7da6f89548753f4678adf857c358c0a428a16ef5;hp=97f14030a29a9f6a697010756015137c6b3362a5;hpb=a61cfe37744bd03ff2fe63431927ca8a248adf9d;p=Pman.Core diff --git a/Pman.Dialog.CoreEmail.js b/Pman.Dialog.CoreEmail.js index 97f14030..2735a382 100644 --- a/Pman.Dialog.CoreEmail.js +++ b/Pman.Dialog.CoreEmail.js @@ -627,12 +627,16 @@ Pman.Dialog.CoreEmail = { listeners : { check : function (_self, checked) { + Roo.log(['active : ', checked]); + var boxLabel = 'Enabled - will be sent out'; if(!checked){ boxLabel = 'Disabled - will NOT be sent out right of \'Mailout Name\''; } + Roo.log(boxLabel); + this.setBoxLabel = boxLabel; } }