<#include "/admin/plugins/appointment/commons.html" /> <@row> <@columns> <@box color='primary'> <@boxHeader title='#i18n{appointment.createEntry.titleQuestion} : ${form.title}' /> <@boxBody> <@tform action='jsp/admin/plugins/appointment/ManageAppointmentFormEntries.jsp' method='post'>
<#if entry.fieldDepend?exists> <@formGroup labelFor='title' labelKey='#i18n{appointment.labelTitle}' mandatory=true helpKey='#i18n{appointment.createEntry.labelTitleComment}'> <@input type='text' name='title' id='title' value='' maxlength=255 /> <@formGroup labelFor='mandatory' labelKey='#i18n{appointment.createEntry.labelMandatory}' helpKey='#i18n{appointment.createEntry.labelMandatoryCommentForEntryTypeSession}'> <@checkBox name='mandatory' value='1' /> <@formGroup labelFor='value' labelKey='#i18n{appointment.createEntry.labelAttributeName}' mandatory=true helpKey='#i18n{appointment.createEntry.labelAttributeNameComment}'> <@input type='text' name='value' id='value' value='' maxlength=255 /> <@formGroup> <@button type='submit' name='save' buttonIcon='save' title='#i18n{appointment.labelSave}' size='' /> <@button type='submit' name='apply' buttonIcon='check' title='#i18n{appointment.createEntry.buttonApplyAndManageVerification}' size='' /> <@button type='submit' name='cancel' value='cancel' buttonIcon='times' title='#i18n{appointment.labelCancel}' color='btn-secondary' size='' />