summaryrefslogtreecommitdiffstats
path: root/editproducts.cgi
diff options
context:
space:
mode:
authorgerv%gerv.net <>2004-03-08 08:27:30 +0100
committergerv%gerv.net <>2004-03-08 08:27:30 +0100
commit317a88ea11f43acc511d386c65f57bbc57a93c05 (patch)
tree0441ef85123abfd47830f6cf539f0d1ca949a3cf /editproducts.cgi
parentce3be56f8de35c8974921b4f145e6f312eb986df (diff)
downloadbugzilla-317a88ea11f43acc511d386c65f57bbc57a93c05.tar.gz
bugzilla-317a88ea11f43acc511d386c65f57bbc57a93c05.tar.xz
Bug 170213 - make static HTML files into page.cgi pages. This does votehelp.html (-> id=voting.html), bug_status.html (-> id=fields.html) and bugwritinghelp.html (-> id=bug-writing.html). Patch by gerv; r=kiko, a=justdave.
Diffstat (limited to 'editproducts.cgi')
-rwxr-xr-xeditproducts.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/editproducts.cgi b/editproducts.cgi
index 7afbcd9ad..f53779501 100755
--- a/editproducts.cgi
+++ b/editproducts.cgi
@@ -137,7 +137,7 @@ sub EmitFormElements ($$$$$$$$)
print " <TD><INPUT SIZE=5 MAXLENGTH=5 NAME=\"maxvotesperbug\" VALUE=\"$maxvotesperbug\"></TD>\n";
print "</TR><TR>\n";
- print " <TH ALIGN=\"right\">Number of votes a bug in this product needs to automatically get out of the <A HREF=\"bug_status.html#status\">UNCONFIRMED</A> state:</TH>\n";
+ print " <TH ALIGN=\"right\">Number of votes a bug in this product needs to automatically get out of the <A HREF=\"page.cgi?id=fields.html#status\">UNCONFIRMED</A> state:</TH>\n";
print " <TD><INPUT SIZE=5 MAXLENGTH=5 NAME=\"votestoconfirm\" VALUE=\"$votestoconfirm\"></TD>\n";
}