<@row> <@columns> <@box color='primary'> <@boxHeader title='#i18n{form.modifyExportFormat.title}' /> <@boxBody> <@tform action='jsp/admin/plugins/form/DoModifyExportFormat.jsp' params='enctype="multipart/form-data"'> <@formGroup labelFor='title' labelKey='#i18n{form.createExportFormat.labelTitle}' mandatory=true> <@input type='text' name='title' id='title' maxlength=20 value=export.title /> <@formGroup labelFor='description' labelKey='#i18n{form.createExportFormat.labelDescription}' mandatory=true> <@input type='text' name='description' id='description' maxlength=255 value=export.description /> <@formGroup labelFor='extension' labelKey='#i18n{form.createExportFormat.labelExtension}' mandatory=true> <@input type='text' name='extension' id='extension' maxlength=10 value=export.extension /> <@formGroup labelFor='stylesheet_source' labelKey='#i18n{form.createExportFormat.labelXsl}'> <@input type='file' name='stylesheet_source' id='stylesheet_source' maxlength=100 /> <@formGroup> <@button type='submit' buttonIcon='save' title='#i18n{form.createExportFormat.buttonSave}' size='' /> <@button type='button' params='onclick="javascript:history.back();return false;"' buttonIcon='remove' title='#i18n{form.createExportFormat.buttonCancel}' size='' color='btn-secondary' />