diff options
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/attachment/list.html.tmpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/template/en/default/attachment/list.html.tmpl b/template/en/default/attachment/list.html.tmpl index 8f6bbadb1..b632d4211 100644 --- a/template/en/default/attachment/list.html.tmpl +++ b/template/en/default/attachment/list.html.tmpl @@ -24,6 +24,7 @@ <tr> <th bgcolor="#cccccc" align="left">Attachment</th> <th bgcolor="#cccccc" align="left">Type</th> + <th bgcolor="#cccccc" align="left">Creator</th> <th bgcolor="#cccccc" align="left">Created</th> <th bgcolor="#cccccc" align="left">Size</th> [% IF show_attachment_flags %] @@ -47,6 +48,11 @@ [% END %] </td> + <td valign="top"> + <a href="mailto:[% attachment.submitter.email FILTER html %]"> + [% attachment.submitter.name || attachment.submitter.login FILTER html %] + </a> + </td> <td valign="top">[% attachment.date FILTER time %]</td> <td valign="top">[% attachment.datasize FILTER unitconvert %]</td> |