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

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

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

<@row> <@columns sm=8> <@formGroup labelFor='status_text_guichet' labelKey='#i18n{module.workflow.alertgru.task_alert_gru_config.label_status_text_guichet}' helpKey='#i18n{module.workflow.alertgru.task_alert_gru_config.label_status_text_guichet_helper}' mandatory=true rows=2> <#if config?exists && config.statustextGuichet?has_content> <#assign inputValue = config.statustextGuichet /> <#else> <#assign inputValue = '' /> <@input type='text' name='status_text_guichet' id='status_text_guichet' value=inputValue maxlength=255 /> <@formGroup labelFor='sender_name_guichet' labelKey='#i18n{module.workflow.alertgru.task_alert_gru_config.label_sender_name_guichet}' helpKey='#i18n{module.workflow.alertgru.task_alert_gru_config.label_sender_name_comment_guichet}' mandatory=true rows=2> <#if config?exists && config.senderNameGuichet?has_content> <#assign inputValue = config.senderNameGuichet /> <#else> <#assign inputValue = '' /> <@input type='text' name='sender_name_guichet' id='sender_name_guichet' value=inputValue maxlength=255 /> <@formGroup labelFor='subject_guichet' labelKey='#i18n{module.workflow.alertgru.task_alert_gru_config.label_subject_guichet}' helpKey='#i18n{module.workflow.alertgru.task_alert_gru_config.label_subject_comment_guichet}' mandatory=true rows=2> <#if config?exists && config.subjectGuichet?has_content> <#assign inputValue = config.subjectGuichet /> <#else> <#assign inputValue = '' /> <@input type='text' name='subject_guichet' id='subject_guichet' value=inputValue maxlength=255 /> <@formGroup labelFor='message_guichet' labelKey='#i18n{module.workflow.alertgru.task_alert_gru_config.label_message_guichet}' helpKey='#i18n{module.workflow.alertgru.task_alert_gru_config.label_message_comment_guichet}' mandatory=true rows=2> <@input type='textarea' name='message_guichet' id='message_guichet' rows=5 cols=70 richtext=true><#if config?exists && config.messageGuichet?has_content>${config.messageGuichet} <@formGroup rows=2> <@button type='button' id='myButton' params='data-loading-text="Loading..." autocomplete="off" onclick="showhideConfEtapes()"' title='#i18n{module.workflow.alertgru.task_alert_gru_config.label_button_config_state}' buttonIcon='caret-down' id='iconeConfEtapes' /> <@div id="conf_etapes"> <@formGroup labelFor='demand_max_step_uichet' labelKey='#i18n{module.workflow.alertgru.task_alert_gru_config.label_demande_max_step_guichet}' helpKey='#i18n{module.workflow.alertgru.task_alert_gru_config.label_demande_max_step_guichet_helper}' rows=2> <#if config?exists && config.demandMaxStepGuichet?has_content && config.demandMaxStepGuichet!=-1> <#assign inputValue = config.demandMaxStepGuichet /> <#else> <#assign inputValue = '' /> <@input type='number' name='demand_max_step_uichet' id='demand_max_step_uichet' value=inputValue maxlength=255 /> <@formGroup labelFor='demand_user_current_step_guichet' labelKey='#i18n{module.workflow.alertgru.task_alert_gru_config.label_demande_current_step_guichet}' helpKey='#i18n{module.workflow.alertgru.task_alert_gru_config.label_demande_current_step_guichet_helper}' rows=2> <#if config?exists && config.demandUserCurrentStepGuichet?has_content && config.demandUserCurrentStepGuichet!=-1> <#assign inputValue = config.demandUserCurrentStepGuichet /> <#else> <#assign inputValue = '' /> <@input type='number' name='demand_user_current_step_guichet' id='demand_user_current_step_guichet' value=inputValue maxlength=255 /> <@columns sm=4> <@marker_descriptions />