From f6d08f6b4bf59323731e4a746f12810322152174 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 13 Dec 2006 02:17:34 +0000 Subject: [PATCH] =?utf8?q?Bug=20363556:=20No=20obvious=20way=20to=20log=20?= =?utf8?q?in=20to=20view/change=20a=20bug=20when=20you're=20not=20logged?= =?utf8?q?=20in=20-=20Patch=20by=20Fr=C3=83=C2=A9d=C3=83=C2=A9ric=20Buclin?= =?utf8?q?=20=20r/a=3Djustdave?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- template/en/default/bug/edit.html.tmpl | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index ed220bb698..82ab6f3d75 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 %] -
-- 2.47.2