diff options
author | Marc Schumann <wurblzap@gmail.com> | 2011-02-14 11:54:51 -0800 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2011-02-14 11:54:51 -0800 |
commit | a995ad3f644961f57afc9d7bbdbd1b3849cdc74c (patch) | |
tree | 6203c349dbcf454c0204c9499cf61113010ce201 /template/en/default/attachment | |
parent | Bug 417551: Make it possible for CSV headers to be the field description (diff) | |
download | bugzilla-a995ad3f644961f57afc9d7bbdbd1b3849cdc74c.tar.gz bugzilla-a995ad3f644961f57afc9d7bbdbd1b3849cdc74c.tar.bz2 bugzilla-a995ad3f644961f57afc9d7bbdbd1b3849cdc74c.zip |
Bug 581422: Improve the readability of the text at the top of the attachment
detail view
r=pyrzak, r=mkanat, a=mkanat
Diffstat (limited to 'template/en/default/attachment')
-rw-r--r-- | template/en/default/attachment/edit.html.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/attachment/edit.html.tmpl b/template/en/default/attachment/edit.html.tmpl index fa5e1ee91..f9657b647 100644 --- a/template/en/default/attachment/edit.html.tmpl +++ b/template/en/default/attachment/edit.html.tmpl @@ -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> |