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

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

index a878160..2d60fb8 100644 (file)
              "xtype" : "Row",
              "$ xns" : "Roo.form",
              "items" : [
+              {
+               "xtype" : "Column",
+               "$ xns" : "Roo.form",
+               "items" : [
+                {
+                 "fieldLabel" : "Mailout Name",
+                 "xtype" : "TextField",
+                 "allowBlank" : false,
+                 "width" : 400,
+                 "$ xns" : "Roo.form",
+                 "name" : "name"
+                }
+               ]
+              },
               {
                "fieldLabel" : "Mailout Name",
                "xtype" : "TextField",
               }
              ]
             },
+            {
+             "xtype" : "Column",
+             "$ xns" : "Roo.form"
+            },
             {
              "xtype" : "Row",
              "$ xns" : "Roo.form",
index 9bc923b..7fe305d 100644 (file)
@@ -638,6 +638,22 @@ Pman.Dialog.CoreEmail = {
              xns : Roo.form,
              '|xns' : 'Roo.form',
              items  : [
+              {
+               xtype : 'Column',
+               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'
+                }
+               ]
+              },
               {
                xtype : 'TextField',
                allowBlank : false,
@@ -710,6 +726,11 @@ Pman.Dialog.CoreEmail = {
               }
              ]
             },
+            {
+             xtype : 'Column',
+             xns : Roo.form,
+             '|xns' : 'Roo.form'
+            },
             {
              xtype : 'Row',
              xns : Roo.form,