X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=Pman.Dialog.CoreEmail.bjs;h=3dd0bd6c9278b548a5b924b2de322bfab5df9bf7;hp=db961c06ba7b29e73c7c411c51993a95c4bd48ec;hb=8cd2a9237c684aa16bc21e3ac6d3793c49c65400;hpb=4143da980191c00f51a242aac249704a89ff910f diff --git a/Pman.Dialog.CoreEmail.bjs b/Pman.Dialog.CoreEmail.bjs index db961c06..3dd0bd6c 100644 --- a/Pman.Dialog.CoreEmail.bjs +++ b/Pman.Dialog.CoreEmail.bjs @@ -25,7 +25,7 @@ "5b8ef4e762c00a15a41cfc26dc3ef99c" : "Send me a test copy", "c7892ebbb139886662c6f2fc8c450710" : "Subject", "dc0de523c25be298ba751c63c694109e" : "Responsive Email (1)", - "740a1b01dcd5dfb8338b91a5c0223584" : "Edit / Create Message test", + "396ecabf0cd1f9503e591418851ef406" : "Edit / Create Message", "b9c49611cfda3259a2b837b39489e650" : "Add Image", "ea4788705e6873b424c65e91c2846b19" : "Cancel", "68b00d723d37122f64da8d9939f836f0" : "BCC Group", @@ -52,7 +52,7 @@ }, "modal" : true, "collapsible" : false, - "title" : "Edit / Create Message test", + "title" : "Edit / Create Message", "xtype" : "LayoutDialog", "width" : 800, "$ xns" : "Roo", @@ -313,7 +313,7 @@ "pageSize" : 25, "displayField" : "name", "emptyText" : "Select BCC Group", - "hiddenName" : "bcc_group", + "hiddenName" : "bcc_group_id", "minChars" : 2, "valueField" : "id", "xtype" : "ComboBox", @@ -322,7 +322,7 @@ "editable" : false, "width" : 300, "$ xns" : "Roo.form", - "name" : "bcc_group_name", + "name" : "bcc_group_id_name", "qtip" : "Select BCC Group", "tpl" : "
{name}
", "loadingText" : "Searching...", @@ -643,7 +643,7 @@ "items" : [ { "listeners" : { - "|click" : "function()\n{\n var id = _this.form.findField('id').getValue();\n \n if(id*1 < 1){\n Roo.MessageBox.alert('Error', 'Please save the email template first');\n return;\n }\n \n var ontable = (_this.data.module) ? _this.data.module : 'crm_mailing_list_message';\n \n Pman.Dialog.Image.show( { id : 0, onid: id, ontable: ontable }, function() {\n _this.igrid.getDataSource().load({});\n }); \n}\n" + "|click" : "function()\n{\n var id = _this.form.findField('id').getValue();\n \n if(id*1 < 1){\n Roo.MessageBox.alert('Error', 'Please save the email template first');\n return;\n }\n \n var ontable = (_this.data.module) ? _this.data.module : 'crm_mailing_list_message';\n \n Pman.Dialog.Image.show( { id : 0, onid: id, ontable: ontable }, function() {\n _this.igrid.getDataSource().load({});\n });\n}\n" }, "text" : "Add", "xtype" : "Button",