Pman.Dialog.CoreEmail.bjs
authoredward <edward@roojs.com>
Mon, 18 Jul 2016 05:57:11 +0000 (13:57 +0800)
committeredward <edward@roojs.com>
Mon, 18 Jul 2016 05:57:11 +0000 (13:57 +0800)
Pman.Dialog.CoreEmail.js

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

index 17a7045..bd84e08 100644 (file)
               {
                "xtype" : "Column",
                "$ xns" : "Roo.form",
+               "Boolean hideLabels" : true,
                "items" : [
                 {
                  "xtype" : "Checkbox",
+                 "String boxLabel" : "Enabled",
                  "$ xns" : "Roo.form"
                 }
                ]
index 501c4e7..94239dd 100644 (file)
@@ -609,11 +609,13 @@ Pman.Dialog.CoreEmail = {
                xtype : 'TextField'
               },
               {
+               hideLabels : true,
                xns : Roo.form,
                '|xns' : 'Roo.form',
                xtype : 'Column',
                items  : [
                 {
+                 boxLabel : 'Enabled',
                  xns : Roo.form,
                  '|xns' : 'Roo.form',
                  xtype : 'Checkbox'