From b9b47fde13fa993a8e7e66e87c4a83f89fad2fdd Mon Sep 17 00:00:00 2001 From: Florin-Ciprian Bodin Date: Thu, 31 Aug 2023 22:42:47 +0300 Subject: [PATCH] Update each_file.tpl --- templates/SwiftBlue/each_file.tpl | 29 ++++++++++------------------- 1 file changed, 10 insertions(+), 19 deletions(-) diff --git a/templates/SwiftBlue/each_file.tpl b/templates/SwiftBlue/each_file.tpl index 984f3ac..4f1b705 100644 --- a/templates/SwiftBlue/each_file.tpl +++ b/templates/SwiftBlue/each_file.tpl @@ -5,30 +5,21 @@ {file:if:is_file} /* if it is a file, make a direct link */ - - {end if} + {file:filename} + {end if} {file:thumbnail} {file:if:is_dir} /* otherwise, for directories, display the folder with autoindex */ - {end if} - {if:icon_path}[{file:file_ext}]{end if:icon_path} - {file:filename} {file:thumbnail} - {file:new_icon}{file:md5_link}{file:delete_link}{file:rename_link}{file:edit_description_link}{file:ftp_upload_link} - - - {if:download_count} - - {file:downloads} - - {end if:download_count} - + {if:icon_path}[{file:file_ext}]{end if:icon_path} {file:filename} + + {end if} {file:new_icon}{file:md5_link}{file:delete_link}{file:rename_link}{file:edit_description_link}{file:ftp_upload_link} + + {if:download_count}{file:downloads}{end if:download_count} {file:size} - - + {file:date} - - + {if:description_file} {file:description} @@ -36,4 +27,4 @@ {end if:description_file} - \ No newline at end of file +