From 6b740b9f365d75fb9765d23a042378d16a3abeb0 Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Sat, 14 Feb 2004 18:54:51 +0000 Subject: Patch for bug 234171; removes \%COOKIE from index.cgi; patch by Teemu Mannermaa ; r=gerv; a=justdave. --- template/en/default/index.html.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'template/en') diff --git a/template/en/default/index.html.tmpl b/template/en/default/index.html.tmpl index dd35059e5..b8ea79826 100644 --- a/template/en/default/index.html.tmpl +++ b/template/en/default/index.html.tmpl @@ -22,7 +22,7 @@ #%] [%# INTERFACE: - # username: string. The login name of the user, if any. + # This template has no interface. #%] [% PROCESS global/variables.none.tmpl %] @@ -64,9 +64,9 @@ function addSidebar() { Enter a new [% terms.bug %] report
Summary reports and charts

-[% IF username %] +[% IF user.id %] Change password or user preferences
- Logout [% username FILTER html %]
+ Logout [% user.login FILTER html %]
[% ELSE %] Log in to an existing account
[% IF Param('createemailregexp') %] -- cgit v1.2.3-24-g4f1b