<#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.createEntry.labelTitle}' mandatory=true helpKey='#i18n{appointment.createEntry.labelTitleComment}'> <@input type='text' name='title' id='title' value='' maxlength=255 /> <@formGroup labelFor='help_message' labelKey='#i18n{appointment.createEntry.labelHelpMessage}' helpKey='#i18n{appointment.createEntry.labelHelpMessageComment}'> <@input type='textarea' name='help_message' id='help_message' rows=5 /> <@formGroup labelFor='comment' labelKey='#i18n{appointment.comment.name}'> <@input type='textarea' name='comment' rows=2 /> <@formGroup labelFor='date' labelKey='#i18n{appointment.defaultValue.name}'> <@inputGroup> <@inputGroupItem type='addon'><@icon style='calendar' /> <@input type='text' name='value' id='date' value='' /> <@formGroup labelFor='mandatory' labelKey='#i18n{appointment.createEntry.labelMandatory}'> <@checkBox name='mandatory' value='1' /> <@formGroup labelFor='only_display_in_back' labelKey='#i18n{appointment.createEntry.labelOnlyDisplayInBack}'> <@checkBox name='only_display_in_back' value='1' /> <@formGroup labelFor='css_class' labelKey='#i18n{appointment.createEntry.labelCSSClass}' helpKey='#i18n{appointment.createEntry.labelCSSClassComment}'> <@input type='text' name='css_class' value='' maxlength=255 /> <@formGroup> <@button type='submit' name='save' buttonIcon='save' title='#i18n{appointment.labelSave}' size='' /> <@button type='button' name='cancel' buttonIcon='times' title='#i18n{appointment.labelCancel}' params='onclick="javascript:window.history.back();"' color='btn-secondary' size='' />
<#include "/admin/util/editor/editor.html" /> <@initEditor /> <@getDatePicker idField="date" language=locale />