Add a new class of problem reports, 'wish', as a catch-all for things

that really belong on a wishlist.

Requested by:	sheldonh
This commit is contained in:
Steve Price 2000-04-17 16:09:37 +00:00
parent 8f0e7c57b9
commit 32a78360cb
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=7056
2 changed files with 5 additions and 3 deletions

View file

@ -1,5 +1,5 @@
#!/usr/bin/perl #!/usr/bin/perl
# $FreeBSD: www/en/cgi/query-pr-summary.cgi,v 1.24 1999/09/06 07:02:40 peter Exp $ # $FreeBSD: www/en/cgi/query-pr-summary.cgi,v 1.25 1999/10/26 21:49:29 peter Exp $
$html_mode = 1 if $ENV{'DOCUMENT_ROOT'}; $html_mode = 1 if $ENV{'DOCUMENT_ROOT'};
$self_ref = $ENV{'SCRIPT_NAME'}; $self_ref = $ENV{'SCRIPT_NAME'};
@ -503,6 +503,7 @@ print qq`
<OPTION>doc-bug</OPTION> <OPTION>doc-bug</OPTION>
<OPTION>change-request</OPTION> <OPTION>change-request</OPTION>
<OPTION>support</OPTION> <OPTION>support</OPTION>
<OPTION>wish</OPTION>
</SELECT></TD> </SELECT></TD>
</TR><TR> </TR><TR>
<TD><B>State</B>:</TD> <TD><B>State</B>:</TD>

View file

@ -1,11 +1,11 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY date "$FreeBSD: www/en/send-pr.sgml,v 1.19 2000/02/19 13:00:18 wosch Exp $"> <!ENTITY date "$FreeBSD: www/en/send-pr.sgml,v 1.20 2000/04/03 10:52:29 kuriyama Exp $">
<!ENTITY title "Submit a FreeBSD problem report"> <!ENTITY title "Submit a FreeBSD problem report">
<!ENTITY copyright "This gnats pr-submission mechanism Copyright &copy; 1996 <!ENTITY copyright "This gnats pr-submission mechanism Copyright &copy; 1996
The NetBSD Foundation, Inc. ALL RIGHTS RESERVED."> The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.">
<!ENTITY % includes SYSTEM "includes.sgml"> %includes; <!ENTITY % includes SYSTEM "includes.sgml"> %includes;
]> ]>
<!-- $FreeBSD: www/en/send-pr.sgml,v 1.19 2000/02/19 13:00:18 wosch Exp $ --> <!-- $FreeBSD: www/en/send-pr.sgml,v 1.20 2000/04/03 10:52:29 kuriyama Exp $ -->
<html> <html>
&header; &header;
@ -66,6 +66,7 @@
<option> sw-bug</option> <option> sw-bug</option>
<option> doc-bug</option> <option> doc-bug</option>
<option> change-request</option> <option> change-request</option>
<option> wish</option>
</select> </select>
<br><b>Which FreeBSD Release You Are Using </b>: <br> <br><b>Which FreeBSD Release You Are Using </b>: <br>