From: terry%netscape.com <> Date: Wed, 2 Sep 1998 04:01:10 +0000 (+0000) Subject: Patch by Sam Ziegler -- add a handy link X-Git-Tag: bugzilla-1.3~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae1be205479750f975d5b86f43d4e426797bc369;p=thirdparty%2Fbugzilla.git Patch by Sam Ziegler -- add a handy link to enter a new bug. --- diff --git a/CGI.tcl b/CGI.tcl index 8adecab368..9dd1232405 100755 --- a/CGI.tcl +++ b/CGI.tcl @@ -145,6 +145,7 @@ proc navigation_header {} { } } puts "     Query page" + puts "     Enter new bug" } proc make_options { src default {isregexp 0} } {