Commit a196f9ce authored by Matt Selsky's avatar Matt Selsky Committed by Frédéric Buclin

Bug 327657: "Edit attachment" page should show me when the file was attached

r/a=LpSolit
parent c0583bad
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
[%+ attachment.datasize FILTER unitconvert %] [%+ attachment.datasize FILTER unitconvert %]
[% ELSE %] [% ELSE %]
<em>deleted</em> <em>deleted</em>
[% 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 %]; [% IF attachment.isprivate %];
<span class="bz_private">only visible to <strong>[% Param('insidergroup') FILTER html %]</strong> members</span> <span class="bz_private">only visible to <strong>[% Param('insidergroup') FILTER html %]</strong> members</span>
[% END %] [% END %]
...@@ -101,6 +101,11 @@ ...@@ -101,6 +101,11 @@
[%+ INCLUDE global/user.html.tmpl who = attachment.attacher %] [%+ INCLUDE global/user.html.tmpl who = attachment.attacher %]
</div> </div>
<div id="attachment_created">
<span class="label">Created:</span>
[%+ attachment.attached FILTER time %]
</div>
<div id="attachment_size"> <div id="attachment_size">
<span class="label">Size:</span> <span class="label">Size:</span>
[% IF attachment.datasize %] [% IF attachment.datasize %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment