From f7b63bd7f86a028796283faf088062258151b8ed Mon Sep 17 00:00:00 2001 From: "bugzilla%glob.com.au" <> Date: Sun, 10 Jul 2005 20:34:32 +0000 Subject: Bug 297870: attachments table/list should show attachment creator Patch by Byron Jones r=LpSolit,a=justdave --- template/en/default/attachment/list.html.tmpl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'template') 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 @@ Attachment Type + Creator Created Size [% IF show_attachment_flags %] @@ -47,6 +48,11 @@ [% END %] + + + [% attachment.submitter.name || attachment.submitter.login FILTER html %] + + [% attachment.date FILTER time %] [% attachment.datasize FILTER unitconvert %] -- cgit v1.2.3-24-g4f1b