diff options
Diffstat (limited to 'votehelp.html')
-rw-r--r-- | votehelp.html | 27 |
1 files changed, 17 insertions, 10 deletions
diff --git a/votehelp.html b/votehelp.html index 93ca5d223..b4c2c8cc0 100644 --- a/votehelp.html +++ b/votehelp.html @@ -1,4 +1,4 @@ -<HTML> +<html> <!-- The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file @@ -21,25 +21,29 @@ Contributor(s): Terry Weissman <terry@mozilla.org> --> +<head> +<title>Bugzilla Voting</title> +</head> -<TITLE>Bugzilla Voting</TITLE> -<H1>Bugzilla Voting</H1> +<body> +<h1>Bugzilla Voting</h1> +<p> Bugzilla has a "voting" feature. Each product allows users to have a certain number of votes. (Some products may not allow any, which means you can't vote on things in that product at all.) With your vote, you indicate which bugs you think are the most important to be fixed. +</p> <p> - Depending on how the administrator has configured the relevant product, you may be able to vote for the same bug more than one time. But remember, you only have so many votes to use in total! So, you can either vote a little for many bugs, or vote a lot for a few bugs. +</p> <p> - To look at votes: <ul> @@ -47,9 +51,9 @@ To look at votes: "At least ___ votes" field. This will show you items that match your query that have at least one vote. </ul> +</p> <p> - To vote for a bug: <ul> @@ -64,9 +68,12 @@ To vote for a bug: You will automatically get email notifying you of any changes that occur on bugs you vote for. +</p> <p> - -You may review your votes at any time by clicking on the "My Votes" link in -the page footer (which appears on most pages), or by clicking <a -href="showvotes.cgi">here</a>. +You may review your votes at any time by clicking on the "<a +href="votes.cgi?action=show_user">My Votes</a>" link in +the page footer. +</p> +</body> +</html> |