<#include "/admin/plugins/appointment/commons.html" /> <@row> <@columns> <@box color='primary'> <@boxHeader title='#i18n{appointment.createEntry.titleComment} : ${form.title}' /> <@boxBody> <@tform action='jsp/admin/plugins/appointment/ManageAppointmentFormEntries.jsp' method='post'>
<#if entry.fieldDepend?exists> <@formGroup labelFor='comment' labelKey='#i18n{appointment.comment.name}' mandatory=true> <@input type='textarea' name='comment' id='comment' rows=5 /> <@formGroup labelFor='css_class' labelKey='#i18n{appointment.createEntry.labelCSSClass}' mandatory=true helpKey='#i18n{appointment.createEntry.labelCSSClassComment}'> <@input type='text' name='css_class' id='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 />