From 59b90641ea4bb7eaa651d2fa0d782c756647b3ec Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Wed, 9 Sep 2015 12:02:45 +0800 Subject: Bug 1201954 - Add a "forgot password" link to user preferences -> account --- template/en/default/account/prefs/account.html.tmpl | 9 +++++++++ template/en/default/account/prefs/prefs.html.tmpl | 6 ++++++ 2 files changed, 15 insertions(+) (limited to 'template') diff --git a/template/en/default/account/prefs/account.html.tmpl b/template/en/default/account/prefs/account.html.tmpl index 919563440..bfae7f071 100644 --- a/template/en/default/account/prefs/account.html.tmpl +++ b/template/en/default/account/prefs/account.html.tmpl @@ -64,6 +64,7 @@ + I forgot my password [% IF user.authorizer.can_change_password %] @@ -147,3 +148,11 @@ + +[% tab_footer = BLOCK %] +
+ + + +
+[% END %] diff --git a/template/en/default/account/prefs/prefs.html.tmpl b/template/en/default/account/prefs/prefs.html.tmpl index 853841bff..8d8f53beb 100644 --- a/template/en/default/account/prefs/prefs.html.tmpl +++ b/template/en/default/account/prefs/prefs.html.tmpl @@ -153,6 +153,12 @@ [% END %] +[% + IF tab_footer; + tab_footer FILTER none; + END; +%] + [% END %] [% PROCESS global/footer.html.tmpl %] -- cgit v1.2.3-24-g4f1b