Bug 581422: Improve the readability of the text at the top of the attachment
detail view r=pyrzak, r=mkanat, a=mkanat git-svn-id: svn://10.0.0.236/trunk@261934 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1 +1 @@
|
||||
7709
|
||||
7710
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user