]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
When no bugs are found, give links to make another query or to submit
authorterry%mozilla.org <>
Wed, 5 Jan 2000 03:54:15 +0000 (03:54 +0000)
committerterry%mozilla.org <>
Wed, 5 Jan 2000 03:54:15 +0000 (03:54 +0000)
a new bug.

buglist.cgi

index 25343bf6e91e21d8cdc84660edd47b35fc1af8fb..403a689dd07a5f34c03293e6a52dd6bce73a7359 100755 (executable)
@@ -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{<p><A HREF="query.cgi">Query Page</A>\n};
+    print qq{&nbsp;&nbsp;<A HREF="enter_bug.cgi">Enter New Bug</A>\n};
 } elsif ($count == 1) {
     print "One bug found.\n";
 } else {