From a196f9ce707424901a8d26262c441f56650784f8 Mon Sep 17 00:00:00 2001 From: Matt Selsky Date: Tue, 29 May 2012 16:41:25 +0200 Subject: Bug 327657: "Edit attachment" page should show me when the file was attached r/a=LpSolit --- template/en/default/attachment/edit.html.tmpl | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'template/en') diff --git a/template/en/default/attachment/edit.html.tmpl b/template/en/default/attachment/edit.html.tmpl index 69b91abbf..c6ee527a5 100644 --- a/template/en/default/attachment/edit.html.tmpl +++ b/template/en/default/attachment/edit.html.tmpl @@ -59,7 +59,7 @@ [%+ attachment.datasize FILTER unitconvert %] [% ELSE %] deleted - [% END %], created by [%+ INCLUDE global/user.html.tmpl who = attachment.attacher %] + [% END %], created by [%+ INCLUDE global/user.html.tmpl who = attachment.attacher %] on [%+ attachment.attached FILTER time %] [% IF attachment.isprivate %]; only visible to [% Param('insidergroup') FILTER html %] members [% END %] @@ -100,7 +100,12 @@ Creator: [%+ INCLUDE global/user.html.tmpl who = attachment.attacher %] - + +
+ Created: + [%+ attachment.attached FILTER time %] +
+
Size: [% IF attachment.datasize %] -- cgit v1.2.3-24-g4f1b