From: leon Date: Tue, 22 Mar 2022 03:43:32 +0000 (+0800) Subject: Pman.Dialog.CoreEmail.bjs X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=314a4fd7f02bb37281828b901f34e13fa4f6fcb0;p=Pman.Core Pman.Dialog.CoreEmail.bjs Pman.Dialog.CoreEmail.js --- diff --git a/Pman.Dialog.CoreEmail.bjs b/Pman.Dialog.CoreEmail.bjs index ed44239f..1e9b5daa 100644 --- a/Pman.Dialog.CoreEmail.bjs +++ b/Pman.Dialog.CoreEmail.bjs @@ -52,8 +52,8 @@ "template_fieldLabel" : "278c491bdd8a53618c149c4ac790da34", "name_fieldLabel" : "b20a8b77b05d53b4e695738731400c85", "bcc_group_id_name_qtip" : "2c466a2c159463f1d9ef5a7b57b52827", - "language_name_fieldLabel" : "4994a8ffeba4ac3140beb89e8d41f174", "bcc_group_id_name_emptyText" : "2c466a2c159463f1d9ef5a7b57b52827", + "language_name_fieldLabel" : "4994a8ffeba4ac3140beb89e8d41f174", "template_qtip" : "31bb2f6e9b8fb11cbb7fb63c6025223f", "template_loadingText" : "1243daf593fa297e07ab03bf06d925af", "from_email_fieldLabel" : "b357b524e740bc85b9790a0712d84a30", @@ -300,31 +300,6 @@ "Mixed value" : 1 } ] - }, - { - "listWidth" : 200, - "triggerAction" : "all", - "fieldLabel" : "Language", - "displayField" : "title", - "hiddenName" : "language", - "valueField" : "code", - "xtype" : "ComboBox", - "allowBlank" : false, - "editable" : false, - "width" : 200, - "$ xns" : "Roo.form", - "mode" : "local", - "name" : "language_name", - "tpl" : "
{title}
", - "items" : [ - { - "| data" : "(function() {return typeof(Pman) == 'object' ? Pman.I18n.simpleStoreData('l') : []})()", - "xtype" : "SimpleStore", - "$ fields" : "['code', 'title']", - "$ xns" : "Roo.data", - "* prop" : "store" - } - ] } ] }, @@ -412,6 +387,31 @@ "$ xns" : "Roo.form", "name" : "subject" }, + { + "listWidth" : 200, + "triggerAction" : "all", + "fieldLabel" : "Language", + "displayField" : "title", + "hiddenName" : "language", + "valueField" : "code", + "xtype" : "ComboBox", + "allowBlank" : false, + "editable" : false, + "width" : 200, + "$ xns" : "Roo.form", + "mode" : "local", + "name" : "language_name", + "tpl" : "
{title}
", + "items" : [ + { + "| data" : "(function() {return typeof(Pman) == 'object' ? Pman.I18n.simpleStoreData('l') : []})()", + "xtype" : "SimpleStore", + "$ fields" : "['code', 'title']", + "$ xns" : "Roo.data", + "* prop" : "store" + } + ] + }, { "hideLabels" : true, "xtype" : "Row", diff --git a/Pman.Dialog.CoreEmail.js b/Pman.Dialog.CoreEmail.js index 4cfb11df..52c2d2fb 100644 --- a/Pman.Dialog.CoreEmail.js +++ b/Pman.Dialog.CoreEmail.js @@ -53,8 +53,8 @@ Pman.Dialog.CoreEmail = { 'template_fieldLabel' : '278c491bdd8a53618c149c4ac790da34' /* Template */ , 'name_fieldLabel' : 'b20a8b77b05d53b4e695738731400c85' /* Mailout Name */ , 'bcc_group_id_name_qtip' : '2c466a2c159463f1d9ef5a7b57b52827' /* Select BCC Group */ , - 'language_name_fieldLabel' : '4994a8ffeba4ac3140beb89e8d41f174' /* Language */ , 'bcc_group_id_name_emptyText' : '2c466a2c159463f1d9ef5a7b57b52827' /* Select BCC Group */ , + 'language_name_fieldLabel' : '4994a8ffeba4ac3140beb89e8d41f174' /* Language */ , 'template_qtip' : '31bb2f6e9b8fb11cbb7fb63c6025223f' /* Select Template */ , 'template_loadingText' : '1243daf593fa297e07ab03bf06d925af' /* Searching... */ , 'from_email_fieldLabel' : 'b357b524e740bc85b9790a0712d84a30' /* Email address */ , @@ -675,30 +675,6 @@ Pman.Dialog.CoreEmail = { '|xns' : 'Roo.form' } ] - }, - { - xtype : 'ComboBox', - allowBlank : false, - displayField : 'title', - editable : false, - fieldLabel : _this._strings['4994a8ffeba4ac3140beb89e8d41f174'] /* Language */, - hiddenName : 'language', - listWidth : 200, - mode : 'local', - name : 'language_name', - tpl : '
{title}
', - triggerAction : 'all', - valueField : 'code', - width : 200, - xns : Roo.form, - '|xns' : 'Roo.form', - store : { - xtype : 'SimpleStore', - data : (function() {return typeof(Pman) == 'object' ? Pman.I18n.simpleStoreData('l') : []})(), - fields : ['code', 'title'], - xns : Roo.data, - '|xns' : 'Roo.data' - } } ] }, @@ -790,6 +766,30 @@ Pman.Dialog.CoreEmail = { xns : Roo.form, '|xns' : 'Roo.form' }, + { + xtype : 'ComboBox', + allowBlank : false, + displayField : 'title', + editable : false, + fieldLabel : _this._strings['4994a8ffeba4ac3140beb89e8d41f174'] /* Language */, + hiddenName : 'language', + listWidth : 200, + mode : 'local', + name : 'language_name', + tpl : '
{title}
', + triggerAction : 'all', + valueField : 'code', + width : 200, + xns : Roo.form, + '|xns' : 'Roo.form', + store : { + xtype : 'SimpleStore', + data : (function() {return typeof(Pman) == 'object' ? Pman.I18n.simpleStoreData('l') : []})(), + fields : ['code', 'title'], + xns : Roo.data, + '|xns' : 'Roo.data' + } + }, { xtype : 'Row', hideLabels : true,