#include "/admin/plugins/workflow/modules/notifygru/include/commons.html"/>
<@row>
<@columns>
#i18n{module.workflow.notifygru.task_notify_gru_config.title_email}
<@button type='submit' title='#i18n{module.workflow.notifygru.task_notify_gru_config.label_button_remove}' hideTitle=['all'] name='apply' id='remove-config-email' value='RemoveNotificationConfig_email' buttonIcon='trash' color='danger' size='sm' />
@columns>
@row>
<@row>
<@columns sm=8>
<@formGroup labelFor='sender_name_email' labelKey='#i18n{module.workflow.notifygru.task_notify_gru_config.label_sender_name_email}' helpKey='#i18n{module.workflow.notifygru.task_notify_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 = '' />
#if>
<@input type='text' name='sender_name_email' value=inputValue maxlength=255 />
@formGroup>
<@formGroup labelFor='subject_email' labelKey='#i18n{module.workflow.notifygru.task_notify_gru_config.label_subject_email}' helpKey='#i18n{module.workflow.notifygru.task_notify_gru_config.label_subject_comment_email}' mandatory=true rows=2>
<#if config?exists && config.subjectEmail?has_content>
<#assign inputValue = config.subjectEmail! />
<#else>
<#assign inputValue = '' />
#if>
<@input type='text' name='subject_email' value=inputValue maxlength=255 />
@formGroup>
<@formGroup rows=2>
<@button params='onclick="showhide_email()"' title='#i18n{module.workflow.notifygru.task_notify_gru_config.label_put_copy_email}' buttonIcon='caret-down' id='iconeCCemail' />
@formGroup>
<@div id='copy_mail_mail'>
<@formGroup labelFor='recipients_cc_email' labelKey='#i18n{module.workflow.notifygru.task_notify_gru_config.label_recipients_cc_email}' helpKey='#i18n{module.workflow.notifygru.task_notify_gru_config.label_recipients_cc_comment_email}' rows=2>
<#if config?exists && config.recipientsCcEmail?has_content>
<#assign inputValue = config.recipientsCcEmail! />
<#else>
<#assign inputValue = '' />
#if>
<@input type='text' name='recipients_cc_email' id='recipients_cc_email' value=inputValue maxlength=255 />
@formGroup>
<@formGroup labelFor='recipients_cci_email' labelKey='#i18n{module.workflow.notifygru.task_notify_gru_config.label_recipients_bcc_email}' helpKey='#i18n{module.workflow.notifygru.task_notify_gru_config.label_recipients_bcc_comment_email}' rows=2>
<#if config?exists && config.recipientsCciEmail?has_content>
<#assign inputValue = config.recipientsCciEmail! />
<#else>
<#assign inputValue = '' />
#if>
<@input type='text' name='recipients_cci_email' id='recipients_cci_email' value=inputValue maxlength=255 />
@formGroup>
@div>
<@formGroup labelFor='message_email' labelKey='#i18n{module.workflow.notifygru.task_notify_gru_config.label_message_email}' helpKey='#i18n{module.workflow.notifygru.task_notify_gru_config.label_message_comment_email}' mandatory=true rows=2>
<@input type='textarea' name='message_email' id='message_email' rows=15 cols=70 richtext=true><#if config?exists && config.messageEmail?has_content>${config.messageEmail!}#if>@input>
@formGroup>
@columns>
<@columns sm=4>
<@marker_descriptions />
@columns>
@row>