<#include "/admin/util/editor/editor.html" /> <@row> <@columns> <@box color='primary'> <@boxHeader title='#i18n{directory.create_entry.title_comment} : "${entry.directory.title}"' /> <@boxBody> <@tform action='jsp/admin/plugins/directory/DoCreateEntry.jsp#list'> <@formGroup labelFor='entry_type' labelKey='#i18n{directory.create_entry.label_type}'> <@tag color='info' title='#i18n{directory.create_entry.label_type}'>#i18n{${entry.entryType.titleI18nKey}} <@formGroup labelFor='comment' labelKey='#i18n{directory.create_entry.label_comment}' mandatory=true> <@input type='textarea' name='comment' id='comment' rows=10 richtext=true> <@formGroup> <@button type='submit' name='save' buttonIcon='save' title='#i18n{directory.create_entry.button_save}' showTitleXs=false size='' /> <@aButton href='jsp/admin/plugins/directory/ModifyDirectory.jsp?id_directory=${entry.directory.idDirectory}' buttonIcon='remove' title='#i18n{directory.create_entry.button_cancel}' showTitleXs=false size='' color='btn-secondary' /> <@initEditor />