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

#i18n{module.workflow.notifygru.task_notify_gru_config.title_agent}

<@button type='submit' title='#i18n{module.workflow.notifygru.task_notify_gru_config.label_button_remove}' hideTitle=['all'] name='apply' id='remove-config-agent' value='RemoveNotificationConfig_agent' buttonIcon='trash' color='danger' size='sm' />
<@row> <@columns sm=8> <@formGroup labelFor='status_text_agent' labelKey='#i18n{module.workflow.notifygru.task_notify_gru_config.label_status_text_agent}' helpKey='#i18n{module.workflow.notifygru.task_notify_gru_config.label_status_text_agent_helper}' mandatory=true rows=2> <#if config?exists && config.statustextAgent?has_content> <#assign inputValue = config.statustextAgent! /> <#else> <#assign inputValue = '' /> <@input type='text' name='status_text_agent' value=inputValue maxlength= 255 /> <@formGroup labelFor='message_agent' labelKey='#i18n{module.workflow.notifygru.task_notify_gru_config.label_message_agent}' helpKey='#i18n{module.workflow.notifygru.task_notify_gru_config.label_message_comment_agent}' mandatory=true rows=2> <@input type='textarea' name='message_agent' id='message_agent' rows=5 cols=70 richtext=true><#if config?exists && config.messageAgent?has_content>${config.messageAgent} <@columns sm=4> <@marker_descriptions />