Commit a995ad3f authored by Marc Schumann's avatar Marc Schumann Committed by Max Kanat-Alexander

Bug 581422: Improve the readability of the text at the top of the attachment

detail view r=pyrzak, r=mkanat, a=mkanat
parent bfe71901
......@@ -155,7 +155,7 @@ table.attachment_info td {
}
#attachment_information_read_only .details {
font-family: monospace;
font-size: 90%;
}
#attachment_info.read #attachment_information_edit {
......
......@@ -70,14 +70,14 @@
[% END %]
</div>
<div class="details">
[% attachment.filename FILTER html %] ([% attachment.contenttype FILTER html %])
[% attachment.filename FILTER html %] ([% attachment.contenttype FILTER html %]),
[% IF attachment.datasize %]
[%+ attachment.datasize FILTER unitconvert %]
[% ELSE %]
<em>deleted</em>
[% END %], created by [%+ INCLUDE global/user.html.tmpl who = attachment.attacher %]
[% IF attachment.isprivate %]
<span class="bz_private">Only visible to <strong>[% Param('insidergroup') FILTER html %]</strong></span>
[% IF attachment.isprivate %];
<span class="bz_private">only visible to <strong>[% Param('insidergroup') FILTER html %]</strong> members</span>
[% END %]
</div>
</div>
......
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