From 5c8a0d34a1cc70ff31f11c7904b718d8784c616d Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Fri, 22 May 2009 00:14:24 +0000 Subject: Bug 482556: Put "Forgot Password" in the header and footer so people can still f ind it Patch by Max Kanat-Alexander r=LpSolit, a=LpSolit --- .../en/default/account/auth/login-small.html.tmpl | 25 ++++++++++++++++++---- template/en/default/global/common-links.html.tmpl | 5 ++++- 2 files changed, 25 insertions(+), 5 deletions(-) (limited to 'template') diff --git a/template/en/default/account/auth/login-small.html.tmpl b/template/en/default/account/auth/login-small.html.tmpl index 19dbf8db9..dd55a72bd 100644 --- a/template/en/default/account/auth/login-small.html.tmpl +++ b/template/en/default/account/auth/login-small.html.tmpl @@ -35,12 +35,15 @@ [% target = Param("urlbase") _ target %] [% END %] -
  • - +
  • +
  • + | + Forgot Password +
    + + + + [x]
  • 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 %] -
  • | New Account
  • +
  • + | + New Account +
  • [% END %] [% IF user.authorizer.can_login %] -- cgit v1.2.3-24-g4f1b