<#include "/admin/plugins/form/commons.html" /> <@row> <@columns> <@box color='primary'> <@boxHeader title='#i18n{form.createEntry.titleQuestion} : "${form.title}"' /> <@boxBody> <@tform action='jsp/admin/plugins/form/DoCreateEntry.jsp#list'>
#i18n{form.createEntry.titleQuestion} : '${form.title}' <#if entry.fieldDepend?exists> <@formGroup labelFor='type' labelKey='#i18n{form.createEntry.labelType}'> <@input type='text' name='type' id='type' readonly=true disabled=true value='${entry.entryType.title}' /> <@formGroup labelFor='title' labelKey='#i18n{form.createEntry.labelTitle}' helpKey='#i18n{form.createEntry.labelTitleComment}' mandatory=true> <@input type='text' name='title' id='title' value='' maxlength=255 /> <@formGroup labelFor='help_message' labelKey='#i18n{form.createEntry.labelHelpMessage}' helpKey='#i18n{form.createEntry.labelHelpMessageComment}'> <@input type='textarea' name='help_message' id='help_message' rows=2> <@formGroup labelFor='comment' labelKey='#i18n{form.createEntry.labelComment}'> <@input type='textarea' name='comment' id='comment' rows=2> <@formGroup labelFor='value' labelKey='#i18n{form.createEntry.labelValueDefault}'> <@input type='text' name='value' id='value' /> <@formGroup labelFor='mandatory' labelKey='#i18n{form.createEntry.labelMandatory}'> <@checkBox name='mandatory' id='mandatory' value='1' checked=getChecked('mandatory',list_param_default_values) /> <@formGroup labelFor='errorMessage' labelKey='#i18n{form.createEntry.labelMandatoryErrorMessage}' helpKey='#i18n{form.createEntry.labelMandatoryErrorMessageHelp}'> <@input type='textarea' name='errorMessage' id='errorMessage' rows=2> <@formGroup labelFor='width' labelKey='#i18n{form.createEntry.labelWidth}' mandatory=true> <@input type='text' name='width' id='width' value=getName('width_text',list_param_default_values) /> <@formGroup labelFor='max_size_enter' labelKey='#i18n{form.createEntry.labelMaxSizeEnter}'> <@input type='text' name='max_size_enter' id='max_size_enter' value=getName('max_size_enter',list_param_default_values) /> <@formGroup> <@checkBox labelFor='confirm_field' labelKey='#i18n{form.createEntry.labelConfirmField}' name='confirm_field' id='confirm_field' value='1' params='onchange="javascript:changeVisilityConfirmFieldTitle();"' /> <@formGroup labelFor='confirm_field_title' id="confirm_field_title_group" labelKey='#i18n{form.createEntry.labelConfirmFieldTitle}' > <@input type='text' name='confirm_field_title' id='confirm_field_title' maxlength=255 /> <@formGroup> <@checkBox labelFor='unique_field' labelKey='#i18n{form.createEntry.labelUniqueField}' name='unique_field' id='unique_field' value='1' /> <@formGroup labelFor='css_class' labelKey='#i18n{form.createEntry.labelCSSClass}' helpKey='#i18n{form.createEntry.labelCSSClassComment}'> <@input type='text' name='css_class' id='css_class' value='${entry.CSSClass!}' maxlength=255 /> <@formGroup> <@button type='submit' name='save' buttonIcon='save' title='#i18n{form.modifyEntry.buttonSave}' showTitleXs=false size='' /> <@button type='submit' name='apply' buttonIcon='check' title='#i18n{form.createEntry.buttonApplyAndManageVerification}' showTitleXs=false size='' /> <@aButton href='jsp/admin/plugins/form/ModifyForm.jsp?id_form=${form.idForm}&plugin_name=form' buttonIcon='close' title='#i18n{form.createEntry.buttonCancel}' showTitleXs=false size='' color='btn-secondary' />
<#include "/admin/util/editor/editor.html" /> <@initEditor />