Added the notifications on the new uploaded files.

This commit is contained in:
Loic d'Anterroches
2009-01-26 21:51:51 +01:00
parent f203f7d78f
commit b6922a0296
2 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{trans 'Hello,'}
{blocktrans}A new file is available for download:{/blocktrans}
{$file.summary|safe}
{$file} - {$file.filesize|ssize}
{trans 'Project:'} {$project.name|safe}
{trans 'Submitted by:'} {$file.get_submitter|safe}
{if $tags.count()}{trans 'Labels:'}
{foreach $tags as $tag} {$tag.class|safe}:{$tag.name|safe}
{/foreach}{/if}
{trans 'Download:'} {$urlfile}