<#include "/admin/plugins/genericattributes/modules/cgu/commons.html" /> <@row> <@columns> <@box color='primary'> <@boxHeader title='#i18n{module.genericattributes.cgu.createEntry.titleQuestion}' /> <@boxBody> <@tform method="post" name="manage_entries" action="jsp/admin/plugins/form/DoCreateEntry.jsp">
#i18n{module.genericattributes.cgu.createEntry.titleQuestion} <#if entry.fieldDepend?exists> <@formGroup labelFor='title' labelKey='#i18n{module.genericattributes.cgu.createEntry.labelTitle}' helpKey='#i18n{module.genericattributes.cgu.createEntry.labelTitleComment}' mandatory=true> <@input type='text' name='title' id='title' value='' maxlength=255 /> <@formGroup labelFor='entry_code' labelKey='#i18n{module.genericattributes.cgu.createEntry.labelEntryCode}' mandatory=true> <@input type='text' name='entry_code' id='entry_code' value='' maxlength=255 /> <@formGroup labelFor='cgu_code' labelKey='#i18n{module.genericattributes.cgu.createEntry.labelCguCode}' helpKey='#i18n{module.genericattributes.cgu.createEntry.labelHelpCguCode}' mandatory=true> <@input type='text' name='cgu_code' id='cgu_code' value='' maxlength=255 /> <@formGroup labelFor='help_message' labelKey='#i18n{module.genericattributes.cgu.createEntry.labelHelpMessage}' helpKey='#i18n{module.genericattributes.cgu.createEntry.labelHelpMessageComment}'> <@input type='textarea' name='help_message' id='help_message' rows=2> <@formGroup labelFor='css_class' labelKey='#i18n{module.genericattributes.cgu.createEntry.labelCSSClass}' helpKey='#i18n{module.genericattributes.cgu.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{module.genericattributes.cgu.modifyEntry.buttonSave}' showTitleXs=false size='' /> <@aButton href='jsp/admin/plugins/form/ModifyForm.jsp?id_form=${form.idForm}&plugin_name=form' buttonIcon='close' title='#i18n{module.genericattributes.cgu.createEntry.buttonCancel}' showTitleXs=false size='' color='btn-secondary' />