]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 337560: User Watching prefs should have an HTML anchor name - Patch by timeless...
authorlpsolit%gmail.com <>
Mon, 15 May 2006 02:59:15 +0000 (02:59 +0000)
committerlpsolit%gmail.com <>
Mon, 15 May 2006 02:59:15 +0000 (02:59 +0000)
template/en/default/account/prefs/email.html.tmpl

index 8579992008bf0d0633e9a995fa1307e4f4a9730d..878b9d691f1230ce98b750ad9bba1c654d270357 100644 (file)
@@ -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>