summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorbugzilla%glob.com.au <>2005-07-10 22:34:32 +0200
committerbugzilla%glob.com.au <>2005-07-10 22:34:32 +0200
commitf7b63bd7f86a028796283faf088062258151b8ed (patch)
tree66d080bbf3fd232320e32e94ee067324af4b029e /template
parenta6ebccf4825baa6f465d1e07ec4f1e04bca04178 (diff)
downloadbugzilla-f7b63bd7f86a028796283faf088062258151b8ed.tar.gz
bugzilla-f7b63bd7f86a028796283faf088062258151b8ed.tar.xz
Bug 297870: attachments table/list should show attachment creator
Patch by Byron Jones <bugzilla@glob.com.au> r=LpSolit,a=justdave
Diffstat (limited to 'template')
-rw-r--r--template/en/default/attachment/list.html.tmpl6
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>