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

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

<@button type='submit' title='#i18n{module.workflow.notifygru.task_notify_gru_config.label_button_remove}' hideTitle=['all'] name='apply' id='remove-config-guichet' value='RemoveNotificationConfig_guichet' buttonIcon='trash' color='danger' size='sm' />
<@row> <@columns sm=8> <@formGroup labelFor='status_text_guichet' labelKey='#i18n{module.workflow.notifygru.task_notify_gru_config.label_status_text_guichet}' helpKey='#i18n{module.workflow.notifygru.task_notify_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' value=inputValue maxlength=255 /> <@formGroup labelFor='sender_name_guichet' labelKey='#i18n{module.workflow.notifygru.task_notify_gru_config.label_sender_name_guichet}' helpKey='#i18n{module.workflow.notifygru.task_notify_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' value=inputValue maxlength=255 /> <@formGroup labelFor='subject_guichet' labelKey='#i18n{module.workflow.notifygru.task_notify_gru_config.label_subject_guichet}' helpKey='#i18n{module.workflow.notifygru.task_notify_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' value=inputValue maxlength=255 /> <@formGroup labelFor='message_guichet' labelKey='#i18n{module.workflow.notifygru.task_notify_gru_config.label_message_guichet}' helpKey='#i18n{module.workflow.notifygru.task_notify_gru_config.label_message_comment_guichet}' mandatory=true rows=2> <@input type='textarea' name='message_guichet' id='message_guichet' rows=15 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.notifygru.task_notify_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.notifygru.task_notify_gru_config.label_demande_max_step_guichet}' helpKey='#i18n{module.workflow.notifygru.task_notify_gru_config.label_demande_max_step_guichet_helper}' rows=2> <#if config?exists && config.demandMaxStepGuichet?has_content && config.demandMaxStepGuichet!=-1> <@input type='number' name='demand_max_step_uichet' id='demand_max_step_uichet' value='${config.demandMaxStepGuichet}' maxlength=255 /> <#else> <@input type='number' name='demand_max_step_uichet' id='demand_max_step_uichet' value='1' maxlength=255 /> <@formGroup labelFor='demand_user_current_step_guichet' labelKey='#i18n{module.workflow.notifygru.task_notify_gru_config.label_demande_current_step_guichet}' helpKey='#i18n{module.workflow.notifygru.task_notify_gru_config.label_demande_current_step_guichet_helper}' rows=2> <#if config?exists && config.demandUserCurrentStepGuichet?has_content && config.demandUserCurrentStepGuichet!=-1> <@input type='number' name='demand_user_current_step_guichet' value='${config.demandUserCurrentStepGuichet}' maxlength=255 /> <#else> <@input type='number' name='demand_user_current_step_guichet' value='1' maxlength=255 /> <@columns sm=4> <@marker_descriptions />