From a3cbf5618bb6133f8cd56d8b1d1414fe4c87e469 Mon Sep 17 00:00:00 2001 From: "myk%mozilla.org" <> Date: Thu, 1 Sep 2005 21:02:26 +0000 Subject: Partial fix for bug 302669: rewrites Attachment.pm to provide a real Attachment class; r=lpsolit --- template/en/default/attachment/list.html.tmpl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'template/en/default/attachment') diff --git a/template/en/default/attachment/list.html.tmpl b/template/en/default/attachment/list.html.tmpl index 4f66a5eb8..61b68ee53 100644 --- a/template/en/default/attachment/list.html.tmpl +++ b/template/en/default/attachment/list.html.tmpl @@ -37,7 +37,7 @@ [% IF !attachment.isprivate || canseeprivate %] - [% attachment.description FILTER html FILTER obsolete(attachment.isobsolete) %] + [% attachment.description FILTER html FILTER obsolete(attachment.isobsolete) %] @@ -49,11 +49,11 @@ - - [% attachment.submitter.name || attachment.submitter.login FILTER html %] + + [% attachment.attacher.name || attachment.attacher.login FILTER html %] - [% attachment.date FILTER time %] + [% attachment.attached FILTER time %] [% attachment.datasize FILTER unitconvert %] [% IF show_attachment_flags %] @@ -75,9 +75,9 @@ [% END %] - Edit + Edit [% IF attachment.ispatch && patchviewerinstalled %] - | Diff + | Diff [% END %] [% Hook.process("action") %] -- cgit v1.2.3-24-g4f1b