summaryrefslogtreecommitdiffstats
path: root/votehelp.html
diff options
context:
space:
mode:
authorgerv%gerv.net <>2002-04-05 17:13:46 +0200
committergerv%gerv.net <>2002-04-05 17:13:46 +0200
commit530c0dc71b2ca14bded67aeeae8a4c7126e2837a (patch)
tree8c3467d1ab2432d31b97162cea09bee5f5ff9c0d /votehelp.html
parent57f2b020a59aa96376f87eabaaccc64f1e90931c (diff)
downloadbugzilla-530c0dc71b2ca14bded67aeeae8a4c7126e2837a.tar.gz
bugzilla-530c0dc71b2ca14bded67aeeae8a4c7126e2837a.tar.xz
Bug 117760 - Templatise showvotes.cgi and incorporate doeditvotes.cgi. Patch by gerv, r=myk, bbaetz.
Diffstat (limited to 'votehelp.html')
-rw-r--r--votehelp.html27
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>