From: terry%mozilla.org <> Date: Wed, 5 Jan 2000 03:54:15 +0000 (+0000) Subject: When no bugs are found, give links to make another query or to submit X-Git-Tag: bugzilla-2.12~492 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82e2d62ea27663dbc6fd0b3b7077c10f733b61dc;p=thirdparty%2Fbugzilla.git When no bugs are found, give links to make another query or to submit a new bug. --- diff --git a/buglist.cgi b/buglist.cgi index 25343bf6e9..403a689dd0 100755 --- a/buglist.cgi +++ b/buglist.cgi @@ -668,6 +668,9 @@ if ($count == 0) { # So, when you query for a list of bugs, and it gets no results, you # can think of this as a friendly reminder. Of *course* there are bugs # matching your query, they just aren't in the bugsystem yet... + + print qq{

Query Page\n}; + print qq{  Enter New Bug\n}; } elsif ($count == 1) { print "One bug found.\n"; } else {