<#include "/admin/util/editor/editor.html" /> <@row> <@columns> <@box color='primary'> <@boxHeader title='#i18n{form.modifyEntry.titleComment} : "${form.title}"' /> <@boxBody>
#i18n{form.modifyEntry.titleComment} : '${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='comment' labelKey='#i18n{form.createEntry.labelComment}' mandatory=true> <@input type='textarea' name='comment' id='comment' rows=5 richtext=true >${entry.comment} <@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.createEntry.buttonSave}' showTitleXs=false size='' /> <@button type='button' name='cancel' buttonIcon='close' title='#i18n{form.createEntry.buttonCancel}' showTitleXs=false size='' color='btn-secondary' params='onclick="javascript:window.history.back();"' />
<@initEditor />