<@row> <@columns> <@box color='info'> <@boxHeader title='#i18n{portal.style.modify_page_template.boxTitle} ${page_template.description}' /> <@boxBody> <@tform method='post' params='enctype="multipart/form-data"' action='jsp/admin/style/DoModifyPageTemplate.jsp' name='modify_page_template'> <@formGroup labelKey='#i18n{portal.style.modify_page_template.labelDescription}' labelFor='page_template_description' mandatory=true> <@input type='text' name='page_template_description' id='page_template_description' value='${page_template.description?html}' maxlength=50 /> <@formGroup labelKey='#i18n{portal.style.modify_page_template.labelFileTitle}' labelFor='page_template_file' helpKey='#i18n{portal.style.modify_page_template.labelCurrentFile} ${page_template.file}' mandatory=true> <@input type='file' name='page_template_file' id='page_template_file' /> <@checkBox name='update_file' labelKey='#i18n{portal.style.modify_page_template.labelReloadFile}' /> <#assign imageHelpKey> #i18n{portal.style.modify_page_template.labelCurrentPicture} <@formGroup labelKey='#i18n{portal.style.modify_page_template.labelPictureTitle}' labelFor='page_template_picture' helpKey=imageHelpKey mandatory=true> <@input type='file' name='page_template_picture' id='page_template_picture' /> <@checkBox name='update_image' labelKey='#i18n{portal.style.modify_page_template.labelReloadPicture}' /> <@formGroup> <@button type='submit' buttonIcon='check' title='#i18n{portal.style.modify_mode.buttonLabelValidate}' size='' /> <@aButton href='jsp/admin/style/ManagePageTemplates.jsp' buttonIcon='times' title='#i18n{portal.util.labelCancel}' size='' color='btn-secondary' />