<@row> <@columns> <@box color='primary'> <@boxHeader title='#i18n{form.modifyEntry.titleQuestion} : "${form.title}"' /> <@boxBody>
#i18n{form.modifyEntry.titleQuestion} : '${form.title}' <@tform action='jsp/admin/plugins/form/DoModifyEntry.jsp#list'> <@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}' mandatory=true> <@input type='text' name='title' id='title' value=entry.title maxlength=255 /> <@formGroup labelFor='mandatory' labelKey='#i18n{form.createEntry.labelMandatory}' helpKey='#i18n{form.createEntry.labelMandatoryCommentForEntryTypeSession}'> <@checkBox name='mandatory' id='mandatory' checked=entry.mandatory value='1' /> <@formGroup labelFor='value' labelKey='#i18n{form.createEntry.labelAttributeName}' mandatory=true helpKey='#i18n{form.createEntry.labelAttributeNameComment}'> <#list entry.fields as field> <@input type='text' name='value' id='value' maxlength=255 value=field.value /> <@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.modifyEntry.buttonApply}' 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' />