@row>
<@columns sm=4 md=3 lg=3 xl=3>
<@box color='primary'>
<@boxBody>
<@listTabs type='pills nav-stacked'>
<@icon style='cog' /> #i18n{form.manage_advanced_parameters.pageTitle}
<#if permission_manage_export_format>
<@icon style='download' /> #i18n{form.home.labelExportFormatComment}
#if>
<#if permission_manage_default_message>
<@icon style='comments-o' /> #i18n{form.home.labelDefaultMessageComment}
#if>
<#if permission_manage_category>
<@icon style='tags' /> #i18n{form.home.labelCategoryComment}
#if>
@listTabs>
@boxBody>
@box>
@columns>
<@columns sm=8 md=9 lg=9 xl=9>
<@box color='primary'>
<@boxHeader title='#i18n{form.manageExportFormat.title}' boxTools=true>
<@tform action='jsp/admin/plugins/form/CreateExportFormat.jsp'>
<@button type='submit' buttonIcon='plus' title='#i18n{form.manageExportFormat.buttonCreate}' size='' showTitleXs=false showTitleSm=false />
@tform>
@boxHeader>
<@boxBody>
<@table>
#i18n{form.manageExportFormat.rowTitle} |
#i18n{form.manageExportFormat.rowDescription} |
#i18n{form.manageExportFormat.rowExtension} |
#i18n{form.manageExportFormat.rowActions} |
<#list export_list as export>
${export.title} |
${export.description} |
${export.extension} |
<@aButton href='jsp/admin/plugins/form/ModifyExportFormat.jsp?id_export=${export.idExport}' buttonIcon='edit' />
<@aButton href='jsp/admin/plugins/form/ConfirmRemoveExportFormat.jsp?id_export=${export.idExport}' title='#i18n{form.manageForm.altDelete}' buttonIcon='trash' showTitle=false color='btn-danger' />
|
#list>
@table>
@boxBody>
@box>
@columns>
@row>