]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Patch by Sam Ziegler <ziegler@mediaguaranty.com> -- add a handy link
authorterry%netscape.com <>
Wed, 2 Sep 1998 04:01:10 +0000 (04:01 +0000)
committerterry%netscape.com <>
Wed, 2 Sep 1998 04:01:10 +0000 (04:01 +0000)
to enter a new bug.

CGI.tcl

diff --git a/CGI.tcl b/CGI.tcl
index 8adecab368d78123827ac76f3a1a0f60fb6ca674..9dd1232405fde9384c20eba010cc3730da3b3df0 100755 (executable)
--- a/CGI.tcl
+++ b/CGI.tcl
@@ -145,6 +145,7 @@ proc navigation_header {} {
     }
   }
   puts "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF=\"query.cgi\">Query page</A>"
+  puts "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF=\"enter_bug.cgi\">Enter new bug</A>"
 }
 
 proc make_options { src default {isregexp 0} } {