<#include "/admin/plugins/genericattributes/modules/cgu/commons.html" /> <#assign fieldCguCode = getFieldByCode( entry, "cgu_code" ) > <@row> <@columns> <@box color='primary'> <@boxHeader title='#i18n{module.genericattributes.cgu.modifyEntry.titleQuestion}' /> <@boxBody>
#i18n{module.genericattributes.cgu.modifyEntry.titleQuestion} <@tform action='jsp/admin/plugins/form/DoModifyEntry.jsp'> <@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='${entry.title}' maxlength=255 /> <@formGroup labelKey='#i18n{module.genericattributes.cgu.createEntry.labelEntryCode}' mandatory=true> <@input type='text' name='entry_code' id='entry_code' value='${entry.code!""}' maxlength=255 /> <@formGroup 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='${fieldCguCode.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>${entry.helpMessage} <@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='' /> <@button type='submit' name='apply' buttonIcon='check' title='#i18n{module.genericattributes.cgu.modifyEntry.buttonApply}' 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' />