diff options
author | Gordon P. Hemsley <gphemsley@gmail.com> | 2010-02-17 22:55:21 +0100 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-02-17 22:55:21 +0100 |
commit | 738591be1e58b664146eb12b61fa4294d56b534e (patch) | |
tree | ceaeec93acd30000055ada5afb4b31d197e59512 /template/en/default/account | |
parent | 779b283127b310bb8676d11fed7a071ef1ce4ceb (diff) | |
download | bugzilla-738591be1e58b664146eb12b61fa4294d56b534e.tar.gz bugzilla-738591be1e58b664146eb12b61fa4294d56b534e.tar.xz |
Bug 546340 - Change <a name> anchors to use @id
r=mkanat, a=mkanat
Diffstat (limited to 'template/en/default/account')
-rw-r--r-- | template/en/default/account/auth/login.html.tmpl | 3 | ||||
-rw-r--r-- | template/en/default/account/prefs/email.html.tmpl | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/template/en/default/account/auth/login.html.tmpl b/template/en/default/account/auth/login.html.tmpl index 9a043e4f4..80dd12153 100644 --- a/template/en/default/account/auth/login.html.tmpl +++ b/template/en/default/account/auth/login.html.tmpl @@ -107,8 +107,7 @@ [% IF user.authorizer.can_change_password %] <hr> - <a name="forgot"></a> - <form method="get" action="token.cgi"> + <form id="forgot" method="get" action="token.cgi"> <input type="hidden" name="a" value="reqpw"> If you have an account, but have forgotten your password, enter your login name below and submit a request diff --git a/template/en/default/account/prefs/email.html.tmpl b/template/en/default/account/prefs/email.html.tmpl index 4b76f734d..95acabdf4 100644 --- a/template/en/default/account/prefs/email.html.tmpl +++ b/template/en/default/account/prefs/email.html.tmpl @@ -281,11 +281,11 @@ You are currently not watching any users. [% END %] </p> -<p><a name="new_watched_by_you" id="new_watched_by_you">Add users to my watch list (comma separated list)</a>: +<p id="new_watched_by_you">Add users to my watch list (comma separated list): <input size="60" name="new_watchedusers" value=""> </p> -<p><a name="watching_you" id="watching_you">Users watching you</a>:<br> +<p id="watching_you">Users watching you:<br> [% IF watchers.size %] [% FOREACH watcher = watchers %] [% watcher FILTER html %] <br> |