Bug 82379

Summary: /cgi/query-pr.cgi has no submit button
Product: Documentation Reporter: Ed Schouten <ed>
Component: Books & ArticlesAssignee: jcamou
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
query-pr.cgi.diff none

Description Ed Schouten 2005-06-18 11:10:22 UTC
	On the FreeBSD website, the /cgi/query-pr.cgi page has no
	'Query' button, so users must press <Return> to go to the next
	page. Because there are users on the internet who are not
	familiar with this, it would be advisable to place a 'Submit'
	button.

Fix: 

Add the following line below the <INPUT TYPE=TEXT> field:

	<INPUT TYPE=SUBMIT VALUE="Query">
How-To-Repeat: 
	Visit /cgi/query-pr.cgi with your favourite webbrowser.
Comment 1 Daniel Gerzo 2005-06-19 11:19:11 UTC
This diff adds the submit button and it also cleans little bit html
tags.

-- 
Sincerely,

 DanGer, ICQ: 261701668  | e-mail protecting at: http://www.2pu.net/
 http://danger.rulez.sk  | proxy list at: http://www.proxy-web.com/
                         | FreeBSD - The Power to Serve!
Comment 2 jcamou freebsd_committer freebsd_triage 2005-06-28 23:10:55 UTC
Responsible Changed
From-To: freebsd-www->jcamou

I'll take a look at this.
Comment 3 jcamou freebsd_committer freebsd_triage 2005-08-11 02:37:59 UTC
State Changed
From-To: open->closed

Button added, thanks for letting us know.  Thanks to 
Daniel for the patch.