<#include "/admin/plugins/form/commons.html" /> <@row> <@columns> <@box color='primary'> <@boxHeader title='#i18n{form.createEntry.titleQuestion} : "${form.title}"' /> <@boxBody>
#i18n{form.createEntry.titleQuestion} : '${form.title}' <@tform action='jsp/admin/plugins/form/DoCreateEntry.jsp#list'> <#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='mandatory' labelKey='#i18n{form.createEntry.labelMandatory}' helpKey='#i18n{form.createEntry.labelMandatoryCommentForEntryTypeSession}'> <@checkBox name='mandatory' id='mandatory' value='1' checked=getChecked('mandatory',list_param_default_values) /> <@formGroup labelFor='value' labelKey='#i18n{form.createEntry.labelAttributeName}' helpKey='#i18n{form.createEntry.labelAttributeNameComment}' mandatory=true> <@input type='text' name='value' id='value' 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' />