summaryrefslogtreecommitdiffstats
path: root/CGI.pl
diff options
context:
space:
mode:
authorterry%mozilla.org <>2000-01-23 04:08:55 +0100
committerterry%mozilla.org <>2000-01-23 04:08:55 +0100
commit69c4be2d4794b0a8c66baeab5375c5cf3b8ffd9c (patch)
tree673a1767a93097b3038520caf33f1d65e5ae099b /CGI.pl
parent2181b1425ce5acd7dd491a8ec60b51153c0580c3 (diff)
downloadbugzilla-69c4be2d4794b0a8c66baeab5375c5cf3b8ffd9c.tar.gz
bugzilla-69c4be2d4794b0a8c66baeab5375c5cf3b8ffd9c.tar.xz
Remember the previous sort order in a cookie, and make that the
default sort order for new queries. Add a new "show list" link to the navigation header to return you to the list of selected bugs.
Diffstat (limited to 'CGI.pl')
-rw-r--r--CGI.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/CGI.pl b/CGI.pl
index ecd56860a..4ad0064f3 100644
--- a/CGI.pl
+++ b/CGI.pl
@@ -268,6 +268,7 @@ sub navigation_header {
} else {
print "<I><FONT COLOR=\#777777>Next</FONT></I>\n";
}
+ print qq{&nbsp;&nbsp;<A HREF="buglist.cgi?regetlastlist=1">Show list</A>\n};
}
print "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF=query.cgi>Query page</A>\n";
print "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF=enter_bug.cgi>Enter new bug</A>\n"