summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2006-05-15 04:59:15 +0200
committerlpsolit%gmail.com <>2006-05-15 04:59:15 +0200
commitea5339f6b43fc25894639b57a8af6819b7f4e079 (patch)
treefea63bd816a77225ff15a67641d0d89e763098f8 /template
parent0b47dd2c3b8edd338acae76ca5579b84efb7e4f8 (diff)
downloadbugzilla-ea5339f6b43fc25894639b57a8af6819b7f4e079.tar.gz
bugzilla-ea5339f6b43fc25894639b57a8af6819b7f4e079.tar.xz
Bug 337560: User Watching prefs should have an HTML anchor name - Patch by timeless <timeless@bemail.org> r=LpSolit a=justdave
Diffstat (limited to 'template')
-rw-r--r--template/en/default/account/prefs/email.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/account/prefs/email.html.tmpl b/template/en/default/account/prefs/email.html.tmpl
index 857999200..878b9d691 100644
--- a/template/en/default/account/prefs/email.html.tmpl
+++ b/template/en/default/account/prefs/email.html.tmpl
@@ -264,12 +264,12 @@ preferences for <u>their</u> relationship to the [% terms.bug %]
(e.g. Assignee). You are watching anyone on the following comma-separated list:
</p>
-<p>Users to watch:
+<p><a name="watched_by_you" id="watched_by_you">Users to watch</a>:
<input size="60" name="watchedusers"
value="[% watchedusers FILTER html %]">
</p>
-<p>Users watching you:<br>
+<p><a name="watching_you" id="watching_you">Users watching you</a>:<br>
[% IF watchers.size %]
[% FOREACH watcher = watchers %]
[% watcher FILTER html %] <br>