X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=Pman.Dialog.CoreEmail.js;h=fb2be9a743c5e9cba9a57497285d2eda7addcdbb;hp=11066c24d9f1a87a9de539003ea5abcd8ca5ea78;hb=a1a3ecba68d2fedabc8203e88b40759401d7472d;hpb=4143da980191c00f51a242aac249704a89ff910f diff --git a/Pman.Dialog.CoreEmail.js b/Pman.Dialog.CoreEmail.js index 11066c24..fb2be9a7 100644 --- a/Pman.Dialog.CoreEmail.js +++ b/Pman.Dialog.CoreEmail.js @@ -26,7 +26,7 @@ Pman.Dialog.CoreEmail = { '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", @@ -77,7 +77,7 @@ Pman.Dialog.CoreEmail = { height : 500, modal : true, resizable : true, - title : _this._strings['740a1b01dcd5dfb8338b91a5c0223584'] /* Edit / Create Message test */, + title : _this._strings['396ecabf0cd1f9503e591418851ef406'] /* Edit / Create Message */, width : 800, listeners : { show : function (_self) @@ -676,10 +676,10 @@ Pman.Dialog.CoreEmail = { emptyText : _this._strings['2c466a2c159463f1d9ef5a7b57b52827'] /* Select BCC Group */, fieldLabel : _this._strings['68b00d723d37122f64da8d9939f836f0'] /* BCC Group */, forceSelection : true, - hiddenName : 'bcc_group', + hiddenName : 'bcc_group_id', loadingText : _this._strings['1243daf593fa297e07ab03bf06d925af'] /* Searching... */, minChars : 2, - name : 'bcc_group_name', + name : 'bcc_group_id_name', pageSize : 25, qtip : _this._strings['2c466a2c159463f1d9ef5a7b57b52827'] /* Select BCC Group */, selectOnFocus : true, @@ -1221,7 +1221,7 @@ Pman.Dialog.CoreEmail = { Pman.Dialog.Image.show( { id : 0, onid: id, ontable: ontable }, function() { _this.igrid.getDataSource().load({}); - }); + }); } }, xns : Roo.Toolbar,