From f26704e315daf1b5533e04a2a2b77e9d3006c5ab Mon Sep 17 00:00:00 2001 From: Marco Antonio Nina Date: Wed, 28 Nov 2012 14:30:12 -0400 Subject: [PATCH] =?UTF-8?q?BUG=2010110=20A=C3=B1r=20modulo=20de=20logs=20p?= =?UTF-8?q?ara=20envio=20de=20correos=20electronicos=20SOLVED?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - According to the specifications. - Was add the the list of emails. --- workflow/engine/templates/mails/emailList.js | 25 ++++++++------------ 1 file changed, 10 insertions(+), 15 deletions(-) diff --git a/workflow/engine/templates/mails/emailList.js b/workflow/engine/templates/mails/emailList.js index ff1611a64..91abcdf12 100644 --- a/workflow/engine/templates/mails/emailList.js +++ b/workflow/engine/templates/mails/emailList.js @@ -121,7 +121,7 @@ Ext.onReady(function(){ iconCls: 'no-icon' }); - actions = _addPluginActions([ {xtype: 'tbfill'}, _('ID_PROCESS'), comboProcess, '-', /*_('ID_TYPE'), comboType, '-',*/ _('ID_STATUS'), comboStatus, _('ID_DELEGATE_DATE_FROM'), + actions = _addPluginActions([ {xtype: 'tbfill'}, _('ID_PROCESS'), comboProcess, '-', _('ID_STATUS'), comboStatus, _('ID_DELEGATE_DATE_FROM'), dateFrom, ' ', _('ID_TO'), @@ -177,15 +177,15 @@ Ext.onReady(function(){ var expander = new Ext.ux.grid.RowExpander({ tpl : new Ext.Template( - '


'+_('ID_PREVIEW')+':
'+ - '
'+ - '
'+ - '
 
'+ - '
{APP_MSG_BODY}
'+ - '
 
'+ - '
'+ - '
'+ - '



' + "
"+ + _('ID_PREVIEW')+ + ":
"+ + "
"+ + "
 
"+ + "
{APP_MSG_BODY}
"+ + "
 
"+ + "
"+ + "

" ) }); @@ -211,19 +211,14 @@ Ext.onReady(function(){ {header: _('ID_TASK'), dataIndex: 'TAS_TITLE', width: 100, hidden: false,renderer: columnRenderer, sortable: false}, {header: _('ID_TYPE'), dataIndex: 'APP_MSG_TYPE', width: 50, hidden: false,renderer: columnRenderer, sortable: true}, {header: _('ID_DATE_LABEL'), dataIndex: 'APP_MSG_DATE', width: 80,hidden:false, renderer: columnRenderer, sortable: true}, - //{header: _('ID_DERIVED'), dataIndex: 'APP_MSG_SEND_DATE', width: 80,hidden:false,hideable:false, renderer: columnRenderer, sortable: true}, {header: _('ID_SUBJECT'), dataIndex: 'APP_MSG_SUBJECT', width: 80,hidden:false, renderer: columnRenderer, sortable: true}, {header: _('ID_FROM'), dataIndex: 'APP_MSG_FROM', width: 80,hidden:false,renderer: columnRenderer, sortable: true}, {header: _('ID_TO'), dataIndex: 'APP_MSG_TO', width: 80,hidden:false,renderer: columnRenderer, sortable: true}, - //{header: _('ID_STATUS'), dataIndex: 'APP_MSG_STATUS', width: 50,hidden:false,hideable:false, renderer: columnRenderer, sortable: true} { header: _('ID_STATUS'), dataIndex: 'APP_MSG_STATUS', width: 50, - //hidden:false, - //hideable:false, renderer: columnRenderer, - //sortable: true, editor: new Ext.form.ComboBox({ listClass: 'x-combo-list-small', mode: 'local',