summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/common-links.html.tmpl
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2009-05-22 02:14:24 +0200
committermkanat%bugzilla.org <>2009-05-22 02:14:24 +0200
commit5c8a0d34a1cc70ff31f11c7904b718d8784c616d (patch)
treeb9d4ee181178bf53506cc5ef97fbbafcf047f802 /template/en/default/global/common-links.html.tmpl
parentd04cb25873a44ba7d0eb9e8580180dd4a64e8cef (diff)
downloadbugzilla-5c8a0d34a1cc70ff31f11c7904b718d8784c616d.tar.gz
bugzilla-5c8a0d34a1cc70ff31f11c7904b718d8784c616d.tar.xz
Bug 482556: Put "Forgot Password" in the header and footer so people can still f
ind it Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
Diffstat (limited to 'template/en/default/global/common-links.html.tmpl')
-rw-r--r--template/en/default/global/common-links.html.tmpl5
1 files changed, 4 insertions, 1 deletions
diff --git a/template/en/default/global/common-links.html.tmpl b/template/en/default/global/common-links.html.tmpl
index 5c4e9d9a5..fa5b0b03a 100644
--- a/template/en/default/global/common-links.html.tmpl
+++ b/template/en/default/global/common-links.html.tmpl
@@ -86,7 +86,10 @@
[% IF Param('createemailregexp')
&& user.authorizer.user_can_create_account %]
- <li><span class="separator">| </span><a href="createaccount.cgi">New&nbsp;Account</a></li>
+ <li id="new_account_container[% qs_suffix FILTER html %]">
+ <span class="separator">| </span>
+ <a href="createaccount.cgi">New&nbsp;Account</a>
+ </li>
[% END %]
[% IF user.authorizer.can_login %]