]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 581422: Improve the formatting of the attachment detail view.
authorMarc Schumann <wurblzap@gmail.com>
Wed, 27 Apr 2011 22:24:26 +0000 (15:24 -0700)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Wed, 27 Apr 2011 22:24:26 +0000 (15:24 -0700)
r=pyrzak, r=mkanat, a=mkanat

template/en/default/attachment/edit.html.tmpl

index 752bbecc4d4cd2985dd8270b75544f0464775c4a..5c85ef9f09d188d2f801f0798c5e7c996118187a 100644 (file)
         </div>
         [% IF NOT attachment.isurl %]
           <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>
         [% END %]