From: Marc Schumann Date: Wed, 27 Apr 2011 22:24:26 +0000 (-0700) Subject: Bug 581422: Improve the formatting of the attachment detail view. X-Git-Tag: bugzilla-4.0.1~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25cdab940248a4802c46359a512747869699b964;p=thirdparty%2Fbugzilla.git Bug 581422: Improve the formatting of the attachment detail view. r=pyrzak, r=mkanat, a=mkanat --- diff --git a/template/en/default/attachment/edit.html.tmpl b/template/en/default/attachment/edit.html.tmpl index 752bbecc4d..5c85ef9f09 100644 --- a/template/en/default/attachment/edit.html.tmpl +++ b/template/en/default/attachment/edit.html.tmpl @@ -71,14 +71,14 @@ [% IF NOT attachment.isurl %]
- [% attachment.filename FILTER html %] ([% attachment.contenttype FILTER html %]) + [% attachment.filename FILTER html %] ([% attachment.contenttype FILTER html %]), [% IF attachment.datasize %] [%+ attachment.datasize FILTER unitconvert %] [% ELSE %] deleted [% END %], created by [%+ INCLUDE global/user.html.tmpl who = attachment.attacher %] - [% IF attachment.isprivate %] - Only visible to [% Param('insidergroup') FILTER html %] + [% IF attachment.isprivate %]; + only visible to [% Param('insidergroup') FILTER html %] members [% END %]
[% END %]