Commit a948392f authored by terry%netscape.com's avatar terry%netscape.com

Patch by Dhiren Patel <dhiren@nuvomedia.com> (tweaked by me) -- add a

link to Enter A Bug when viewing a list of bugs.
parent 6dc9af1e
...@@ -706,7 +706,8 @@ if ($count > 0) { ...@@ -706,7 +706,8 @@ if ($count > 0) {
<INPUT TYPE=HIDDEN NAME=buglist VALUE=$buglist> <INPUT TYPE=HIDDEN NAME=buglist VALUE=$buglist>
<INPUT TYPE=SUBMIT VALUE=\"Long Format\"> <INPUT TYPE=SUBMIT VALUE=\"Long Format\">
<A HREF=\"query.cgi\">Query Page</A> <A HREF=\"query.cgi\">Query Page</A>
<A HREF=\"colchange.cgi?$::buffer\">Change columns</A> &nbsp;&nbsp;&nbsp;<A HREF=\"enter_bug.cgi\">Enter New Bug</A>
&nbsp;&nbsp;&nbsp;<A HREF=\"colchange.cgi?$::buffer\">Change columns</A>
</FORM>"; </FORM>";
if (!$dotweak && $count > 1) { if (!$dotweak && $count > 1) {
print "<A HREF=\"buglist.cgi?$fields&tweak=1\">Make changes to several of these bugs at once.</A>\n"; print "<A HREF=\"buglist.cgi?$fields&tweak=1\">Make changes to several of these bugs at once.</A>\n";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment