@row>
<@columns>
<@box color='danger'>
<@boxHeader title='#i18n{portal.system.manage_files_system.boxTitle}' />
<@boxBody>
<@table>
#i18n{portal.system.manage_files_system.labelCategory} |
#i18n{portal.system.manage_files_system.labelDescription} |
#i18n{portal.system.manage_files_system.labelView} |
<#list files_list as file >
${file.name} |
${file.description} |
<@aButton href='jsp/admin/system/ManageFilesSytemDir.jsp?dir=${file.directory}' buttonIcon='eye' title='#i18n{portal.system.manage_files_system.view} ${file.name}' showTitle=false />
|
#list>
@table>
@boxBody>
@box>
@columns>
@row>