Add a note above the form to forewarn users that if they can't view
images, then they won't be able to use this mechanism. In the words of the user who suggested this: I always see and work with the page from the top down, so I filled in this form before realising that I was completely incapable of getting it submitted which was obviously a tad annoying. Discussed with: Sabahattin Gucukoglu <mail@sabahattin-gucukoglu.com>
This commit is contained in:
parent
74161f878d
commit
1a730a7564
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=19621
1 changed files with 8 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/en/send-pr.sgml,v 1.34 2003/12/14 17:37:52 ceri Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/send-pr.sgml,v 1.35 2003/12/16 21:25:05 ceri Exp $">
|
||||
<!ENTITY title "Submit a FreeBSD problem report">
|
||||
<!ENTITY copyright "This gnats pr-submission mechanism Copyright © 1996
|
||||
The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.">
|
||||
|
@ -29,6 +29,13 @@
|
|||
you submit to the FreeBSD Project are assumed to be under the same
|
||||
license as FreeBSD.</p>
|
||||
|
||||
<p>Finally, be forewarned that this page requires that you are able
|
||||
to view images as a measure against abuse of the system. If you
|
||||
are unable to view images for any reason, please accept our
|
||||
apologies for the inconvenience and email your problem report to
|
||||
the <a href="mailto:&bugbusters;">bugbusters team</a> for submission
|
||||
into the bug tracking system.</p>
|
||||
|
||||
<form action="http://www.FreeBSD.org/cgi/dosendpr.cgi" method="post">
|
||||
<input type="hidden" name="gndb" value="freebsd" >
|
||||
<input type="hidden" name="submitterid" value="current-users" >
|
||||
|
|
Loading…
Reference in a new issue