From ac23c7ba263895dfedff412e65b78d46df01d208 Mon Sep 17 00:00:00 2001 From: "terry%netscape.com" Date: Tue, 1 Sep 1998 21:01:10 +0000 Subject: [PATCH] Patch by Sam Ziegler -- add a handy link to enter a new bug. --- webtools/bugzilla/CGI.tcl | 1 + 1 file changed, 1 insertion(+) diff --git a/webtools/bugzilla/CGI.tcl b/webtools/bugzilla/CGI.tcl index 8adecab368d7..9dd1232405fd 100755 --- a/webtools/bugzilla/CGI.tcl +++ b/webtools/bugzilla/CGI.tcl @@ -145,6 +145,7 @@ proc navigation_header {} { } } puts "     Query page" + puts "     Enter new bug" } proc make_options { src default {isregexp 0} } {