X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=Pman.Dialog.CoreEmail.js;h=fb2be9a743c5e9cba9a57497285d2eda7addcdbb;hp=c03656d22b4bea591e01427fc38d7163ef1e31a6;hb=a1a3ecba68d2fedabc8203e88b40759401d7472d;hpb=a2997c6ad029209a6a08d654db09e6abdaa2c5f4 diff --git a/Pman.Dialog.CoreEmail.js b/Pman.Dialog.CoreEmail.js index c03656d2..fb2be9a7 100644 --- a/Pman.Dialog.CoreEmail.js +++ b/Pman.Dialog.CoreEmail.js @@ -26,8 +26,8 @@ Pman.Dialog.CoreEmail = { '5b8ef4e762c00a15a41cfc26dc3ef99c' :"Send me a test copy", 'c7892ebbb139886662c6f2fc8c450710' :"Subject", 'dc0de523c25be298ba751c63c694109e' :"Responsive Email (1)", + '396ecabf0cd1f9503e591418851ef406' :"Edit / Create Message", 'b9c49611cfda3259a2b837b39489e650' :"Add Image", - '1d1f67eb8701dbc0825389bdd309d1ef' :"Edit / Create Message?", 'ea4788705e6873b424c65e91c2846b19' :"Cancel", '68b00d723d37122f64da8d9939f836f0' :"BCC Group", 'c4ca4238a0b923820dcc509a6f75849b' :"1", @@ -77,7 +77,7 @@ Pman.Dialog.CoreEmail = { height : 500, modal : true, resizable : true, - title : _this._strings['1d1f67eb8701dbc0825389bdd309d1ef'] /* Edit / Create Message? */, + title : _this._strings['396ecabf0cd1f9503e591418851ef406'] /* Edit / Create Message */, width : 800, listeners : { show : function (_self) @@ -151,7 +151,7 @@ Pman.Dialog.CoreEmail = { click : function (_self, e) { //_this.dialog.hide(); - + var id = _this.form.findField('id').getValue(); if(id*1 < 1){ @@ -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, @@ -706,7 +706,7 @@ Pman.Dialog.CoreEmail = { proxy : { xtype : 'HttpProxy', method : 'GET', - url : baseURL + '/Roo/Groups', + url : baseURL + '/Roo/Core_group', xns : Roo.data, '|xns' : 'Roo.data' }, @@ -1098,7 +1098,7 @@ Pman.Dialog.CoreEmail = { p.setValue(res.data); } } - }); + }); } }, @@ -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,