<#include "/admin/plugins/workflow/modules/notifygru/include/commons.html"/> <@row> <@columns>

#i18n{module.workflow.alertgru.task_alert_gru_config.title_email}

<@button type='submit' title='' hideTitle=['all'] name='apply' id='remove-config-email' value='RemoveAlertConfig_email' buttonIcon='trash' color='danger' size='sm' />

<@row> <@columns sm=8> <@formGroup labelFor='sender_name_email' labelKey='#i18n{module.workflow.alertgru.task_alert_gru_config.label_sender_name_email}' helpKey='#i18n{module.workflow.alertgru.task_alert_gru_config.label_sender_name_comment_email}' mandatory=true rows=2> <#if config?exists && config.senderNameEmail?has_content> <#assign inputValue = config.senderNameEmail! /> <#else> <#assign inputValue = '' /> <@input type='text' name='sender_name_email' id='sender_name_email' value=inputValue maxlength=255 /> <@formGroup labelFor='subject_email' labelKey='#i18n{module.workflow.alertgru.task_alert_gru_config.label_subject_email}' helpKey='#i18n{module.workflow.alertgru.task_alert_gru_config.label_subject_comment_email}' mandatory=true rows=2> <#if config?exists && config.subjectEmail?has_content> <#assign inputValue = config.subjectEmail /> <#else> <#assign inputValue = '' /> <@input type='text' name='subject_email' id='subject_email' value=inputValue maxlength=255 /> <@formGroup rows=2> <@button params='onclick="showhide_email()"' title='#i18n{module.workflow.alertgru.task_alert_gru_config.label_put_copy_email}' buttonIcon='caret-down' id='iconeCCemail' /> <@div id='copy_mail_mail'> <@formGroup labelFor='recipients_cc_email' labelKey='#i18n{module.workflow.alertgru.task_alert_gru_config.label_recipients_cc_email}' helpKey='#i18n{module.workflow.alertgru.task_alert_gru_config.label_recipients_cc_comment_email}' rows=2> <#if config?exists && config.recipientsCcEmail?has_content> <#assign inputValue = config.recipientsCcEmail /> <#else> <#assign inputValue = '' /> <@input type='text' name='recipients_cc_email' id='recipients_cc_email' value=inputValue maxlength=255 /> <@formGroup labelFor='recipients_cci_email' labelKey='#i18n{module.workflow.alertgru.task_alert_gru_config.label_recipients_bcc_email}' helpKey='#i18n{module.workflow.alertgru.task_alert_gru_config.label_recipients_bcc_comment_email}' rows=2> <#if config?exists && config.recipientsCciEmail?has_content> <#assign inputValue = config.recipientsCciEmail /> <#else> <#assign inputValue = '' /> <@input type='text' name='recipients_cci_email' id='recipients_cci_email' value=inputValue maxlength=255 /> <@formGroup labelFor='message_email' labelKey='#i18n{module.workflow.alertgru.task_alert_gru_config.label_message_email}' helpKey='#i18n{module.workflow.alertgru.task_alert_gru_config.label_message_comment_email}' mandatory=true rows=2> <@input type='textarea' name='message_email' id='message_email' rows=5 cols=70 richtext=true><#if config?exists && config.messageEmail?has_content>${config.messageEmail} <@columns sm=4> <@marker_descriptions />