Pman.Dialog.CoreEmail.bjs
authorleon <leon@roojs.com>
Tue, 22 Mar 2022 03:42:12 +0000 (11:42 +0800)
committerleon <leon@roojs.com>
Tue, 22 Mar 2022 03:42:12 +0000 (11:42 +0800)
Pman.Dialog.CoreEmail.js

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

index 11a5379..a878160 100644 (file)
              "$ xns" : "Roo.form",
              "items" : [
               {
-               "xtype" : "Column",
+               "fieldLabel" : "Mailout Name",
+               "xtype" : "TextField",
+               "allowBlank" : false,
+               "width" : 400,
                "$ xns" : "Roo.form",
-               "items" : [
-                {
-                 "fieldLabel" : "Mailout Name",
-                 "xtype" : "TextField",
-                 "allowBlank" : false,
-                 "width" : 400,
-                 "$ xns" : "Roo.form",
-                 "name" : "name"
-                }
-               ]
+               "name" : "name"
               },
               {
                "xtype" : "Column",
index 8845776..9bc923b 100644 (file)
@@ -639,20 +639,13 @@ Pman.Dialog.CoreEmail = {
              '|xns' : 'Roo.form',
              items  : [
               {
-               xtype : 'Column',
+               xtype : 'TextField',
+               allowBlank : false,
+               fieldLabel : _this._strings['b20a8b77b05d53b4e695738731400c85'] /* Mailout Name */,
+               name : 'name',
+               width : 400,
                xns : Roo.form,
-               '|xns' : 'Roo.form',
-               items  : [
-                {
-                 xtype : 'TextField',
-                 allowBlank : false,
-                 fieldLabel : _this._strings['b20a8b77b05d53b4e695738731400c85'] /* Mailout Name */,
-                 name : 'name',
-                 width : 400,
-                 xns : Roo.form,
-                 '|xns' : 'Roo.form'
-                }
-               ]
+               '|xns' : 'Roo.form'
               },
               {
                xtype : 'Column',