From f6d08f6b4bf59323731e4a746f12810322152174 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 13 Dec 2006 02:17:34 +0000 Subject: Bug 363556: No obvious way to log in to view/change a bug when you're not logged in - Patch by Frédéric Buclin r/a=justdave MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/bug/edit.html.tmpl | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'template') diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index ed220bb69..82ab6f3d7 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -385,8 +385,8 @@
- [% IF user.id %] - - [% END %] + [% ELSE %] +
+ Note +

+ You need to + log in + before you can comment on or make changes to this [% terms.bug %]. +

+
+ [% END %] +
+ + [% IF user.id %] : [% IF Param("insidergroup") && user.in_group(Param("insidergroup")) %] [% END %] -
-- cgit v1.2.3-24-g4f1b