X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=Pman.Dialog.CoreEmail.js;h=fb2be9a743c5e9cba9a57497285d2eda7addcdbb;hp=ac994385386339ca3f14e7fe8f1095c26046d4cc;hb=a1a3ecba68d2fedabc8203e88b40759401d7472d;hpb=2ad51d80228deef07092a70924f10edfe016cad2 diff --git a/Pman.Dialog.CoreEmail.js b/Pman.Dialog.CoreEmail.js index ac994385..fb2be9a7 100644 --- a/Pman.Dialog.CoreEmail.js +++ b/Pman.Dialog.CoreEmail.js @@ -15,6 +15,7 @@ Pman.Dialog.CoreEmail = { '72d6d7a1885885bb55a565fd1070581a' :"Import", 'ea30b40c3caf28acb29198d20d243e54' :"Images / Attachments >>", '31fde7b05ac8952dacf4af8a704074ec' :"Preview", + 'b337c8a67244afb6551ee1f8f9717676' :"Test Class
(for system reference only)", '884df8e413319ff51a3f5f528606238a' :"Use template", 'e6b391a8d2c4d45902a23a8b6585703d' :"URL", '2393ad754ba179442d85e415d1d5167c' :"Displayorder", @@ -27,7 +28,6 @@ Pman.Dialog.CoreEmail = { 'dc0de523c25be298ba751c63c694109e' :"Responsive Email (1)", '396ecabf0cd1f9503e591418851ef406' :"Edit / Create Message", 'b9c49611cfda3259a2b837b39489e650' :"Add Image", - '44e7830e754c2e275ef6f658eafba13e' :"Test Class", 'ea4788705e6873b424c65e91c2846b19' :"Cancel", '68b00d723d37122f64da8d9939f836f0' :"BCC Group", 'c4ca4238a0b923820dcc509a6f75849b' :"1", @@ -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); } } - }); + }); } }, @@ -1140,7 +1140,7 @@ Pman.Dialog.CoreEmail = { { xtype : 'TextField', allowBlank : true, - fieldLabel : _this._strings['44e7830e754c2e275ef6f658eafba13e'] /* Test Class */, + fieldLabel : _this._strings['b337c8a67244afb6551ee1f8f9717676'] /* Test Class
(for system reference only) */, name : 'test_class', readOnly : true, width : 300, @@ -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,