From 7bf1c7d23ffb82247cfaf73069908f29bf891e35 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Mon, 20 Jul 2009 04:14:15 +0000 Subject: Bug 488943: Clarify the text of the "Private" checkbox for comments and attachments Patch by Max Kanat-Alexander r=pyrzak, r=LpSolit, a=LpSolit --- template/en/default/attachment/create.html.tmpl | 7 +++++-- template/en/default/attachment/edit.html.tmpl | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) (limited to 'template/en/default/attachment') diff --git a/template/en/default/attachment/create.html.tmpl b/template/en/default/attachment/create.html.tmpl index 687cd7cbf..f725f1076 100644 --- a/template/en/default/attachment/create.html.tmpl +++ b/template/en/default/attachment/create.html.tmpl @@ -110,10 +110,13 @@ Privacy: - If the attachment is private, check the box below.
- + [% END %] diff --git a/template/en/default/attachment/edit.html.tmpl b/template/en/default/attachment/edit.html.tmpl index db92d18d3..1c6d22c87 100644 --- a/template/en/default/attachment/edit.html.tmpl +++ b/template/en/default/attachment/edit.html.tmpl @@ -94,10 +94,13 @@ - [% IF (Param("insidergroup") && user.in_group(Param("insidergroup"))) %] + [% IF user.is_insider %] +
-
+ [% END %]
-- cgit v1.2.3-24-g4f1b