summaryrefslogtreecommitdiffstats
path: root/CGI.tcl
diff options
context:
space:
mode:
authorterry%netscape.com <>1998-09-02 06:01:10 +0200
committerterry%netscape.com <>1998-09-02 06:01:10 +0200
commitae1be205479750f975d5b86f43d4e426797bc369 (patch)
treedb724ab5c72601675854c6a8e5d3d0becba19641 /CGI.tcl
parent139b556d6a65ed43bcb7c945bd66624c5ecae495 (diff)
downloadbugzilla-ae1be205479750f975d5b86f43d4e426797bc369.tar.gz
bugzilla-ae1be205479750f975d5b86f43d4e426797bc369.tar.xz
Patch by Sam Ziegler <ziegler@mediaguaranty.com> -- add a handy link
to enter a new bug.
Diffstat (limited to 'CGI.tcl')
-rwxr-xr-xCGI.tcl1
1 files changed, 1 insertions, 0 deletions
diff --git a/CGI.tcl b/CGI.tcl
index 8adecab36..9dd123240 100755
--- 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} } {