diff options
author | jocuri%softhome.net <> | 2004-03-07 09:35:54 +0100 |
---|---|---|
committer | jocuri%softhome.net <> | 2004-03-07 09:35:54 +0100 |
commit | 36e61c478bec0b298cbce1698eb1ccaaa8f79c12 (patch) | |
tree | 1fc482a6c4630627005024ec1a31e135946f4536 /template | |
parent | 80e46a69e752bbc79bf27ceb0967e73af35d365a (diff) | |
download | bugzilla-36e61c478bec0b298cbce1698eb1ccaaa8f79c12.tar.gz bugzilla-36e61c478bec0b298cbce1698eb1ccaaa8f79c12.tar.xz |
Patch for bug 235278: eliminate %::FORM from userprefs.cgi; r=kiko, a=justdave.
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/account/prefs/prefs.html.tmpl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/template/en/default/account/prefs/prefs.html.tmpl b/template/en/default/account/prefs/prefs.html.tmpl index 2b0d2b850..a6ff2c89c 100644 --- a/template/en/default/account/prefs/prefs.html.tmpl +++ b/template/en/default/account/prefs/prefs.html.tmpl @@ -20,7 +20,6 @@ #%] [%# INTERFACE: - # login: string. The user's Bugzilla login email address. # tabs: List of hashes. May not be empty. Each hash has three members: # name: string. Name of the tab (used internally.) # description: string. Description of the tab (used in tab title.) @@ -35,7 +34,7 @@ # message if required (which Perl still evaluates as True). #%] -[% filtered_login = login FILTER html %] +[% filtered_login = user.login FILTER html %] [% PROCESS global/header.html.tmpl title = "User Preferences" h2 = filtered_login |