From a995ad3f644961f57afc9d7bbdbd1b3849cdc74c Mon Sep 17 00:00:00 2001 From: Marc Schumann Date: Mon, 14 Feb 2011 11:54:51 -0800 Subject: Bug 581422: Improve the readability of the text at the top of the attachment detail view r=pyrzak, r=mkanat, a=mkanat --- template/en/default/attachment/edit.html.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'template/en/default/attachment') 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 %]
- [% 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 %]
-- cgit v1.2.3-24-g4f1b