summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorreed%reedloden.com <>2006-12-27 04:03:55 +0100
committerreed%reedloden.com <>2006-12-27 04:03:55 +0100
commitf9f63fd6d55a88c4386dbcf732174b5ac2facec9 (patch)
tree77e0367560fcad8ffde948f64cf47ccc5b619aff /template
parent32b134b652d94d89ffca1b84f812c7b51555459e (diff)
downloadbugzilla-f9f63fd6d55a88c4386dbcf732174b5ac2facec9.tar.gz
bugzilla-f9f63fd6d55a88c4386dbcf732174b5ac2facec9.tar.xz
Bug 364863 - "on confirming a new account page, wrong 'Email Address' is shown when logged in" [p=victory/vladd/reed r=LpSolit a=justdave]
Diffstat (limited to 'template')
-rw-r--r--template/en/default/filterexceptions.pl4
-rw-r--r--template/en/default/global/common-links.html.tmpl5
2 files changed, 2 insertions, 7 deletions
diff --git a/template/en/default/filterexceptions.pl b/template/en/default/filterexceptions.pl
index 88ccf874f..a08233e0c 100644
--- a/template/en/default/filterexceptions.pl
+++ b/template/en/default/filterexceptions.pl
@@ -256,10 +256,6 @@
'content',
],
-'global/common-links.html.tmpl' => [
- 'email',
-],
-
'global/useful-links.html.tmpl' => [
'sep',
],
diff --git a/template/en/default/global/common-links.html.tmpl b/template/en/default/global/common-links.html.tmpl
index 8c536d1fe..56de98ce2 100644
--- a/template/en/default/global/common-links.html.tmpl
+++ b/template/en/default/global/common-links.html.tmpl
@@ -42,9 +42,8 @@
<li>
<span class="separator">| </span>
[% IF user.id %]
- [% email = user.login FILTER url_quote %]
- <a href="request.cgi?requester=[% email %]&amp;requestee=
- [% email %]&amp;do_union=1&amp;group=type">My Requests</a>
+ <a href="request.cgi?requester=[% user.login FILTER url_quote %]&amp;requestee=
+ [% user.login FILTER url_quote %]&amp;do_union=1&amp;group=type">My Requests</a>
[% ELSE %]
<a href="request.cgi">Requests</a>
[% END %]