Merge branch 'feature.download-md5' into develop

This commit is contained in:
William MARTIN
2011-06-10 09:26:20 +02:00
3 changed files with 72 additions and 0 deletions

View File

@@ -5,6 +5,8 @@
<div class="download-file">
{if $deprecated}<p class="smaller">{blocktrans}<strong>Attention!</strong> This file is marked as deprecated, download it only if you are sure you need this specific version.{/blocktrans}</p>{/if}
<a href="{url 'IDF_Views_Download::download', array($project.shortname, $file.file)}">{$file}</a> - {$file.filesize|size}
<br />
<span class="helptext">{trans 'md5:'} {$file.md5}</span>
</div>
{if $file.changelog}
<h2 class="changes">{trans 'Changes'}</h2>