diff options
author | harrison%netscape.com <> | 1998-10-19 07:18:25 +0200 |
---|---|---|
committer | harrison%netscape.com <> | 1998-10-19 07:18:25 +0200 |
commit | 2b7812657fe6e4569586b189bf274b65071e5d90 (patch) | |
tree | 315152c4bfe93d60eba467a761c95e1207a8cae5 /index.html | |
parent | c37177906c1b5e0dea58092529feb26a25ad48c1 (diff) | |
download | bugzilla-2b7812657fe6e4569586b189bf274b65071e5d90.tar.gz bugzilla-2b7812657fe6e4569586b189bf274b65071e5d90.tar.xz |
created reports.cgi which provide an overview of active bugs
sorted by owner. updated README to reflect my experiences
installing mysql, bugzilla. put links into index.html, query.cgi
to point into reports.cgi. harrison 10/18/98
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/index.html b/index.html index d1537012a..a8e36662f 100644 --- a/index.html +++ b/index.html @@ -68,7 +68,8 @@ bugzilla. But it all boils down to a choice of: <br> <a href="query.cgi">Go to the query page to start.</a><br> -<a href="enter_bug.cgi">Enter a new bug</a> +<a href="enter_bug.cgi">Enter a new bug</a><br> +<a href="reports.cgi">Bug reports</a> <FORM METHOD=GET ACTION=show_bug.cgi><INPUT TYPE=SUBMIT VALUE="Find"> bug # <INPUT NAME=id SIZE=6></FORM></TD> |