summaryrefslogtreecommitdiffstats
path: root/template/en/default/list/list.html.tmpl
diff options
context:
space:
mode:
authorgerv%gerv.net <>2002-11-01 08:06:54 +0100
committergerv%gerv.net <>2002-11-01 08:06:54 +0100
commit23b1fd0850a8e7d52b2be37c2e416b94ed716f0b (patch)
tree543aa41f5350332d20d0b0e59a7aed22e6e7a1f0 /template/en/default/list/list.html.tmpl
parent946decbac253f56f7a0ae976fe3fa014c308e87e (diff)
downloadbugzilla-23b1fd0850a8e7d52b2be37c2e416b94ed716f0b.tar.gz
bugzilla-23b1fd0850a8e7d52b2be37c2e416b94ed716f0b.tar.xz
Bug 177430 - buglist.cgi needs a CSV output format. Patch by gerv; r=justdave.
Diffstat (limited to 'template/en/default/list/list.html.tmpl')
-rw-r--r--template/en/default/list/list.html.tmpl5
1 files changed, 2 insertions, 3 deletions
diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl
index 65f939e6a..245c1313f 100644
--- a/template/en/default/list/list.html.tmpl
+++ b/template/en/default/list/list.html.tmpl
@@ -132,9 +132,8 @@
<form method="post" action="long_list.cgi">
<input type="hidden" name="buglist" value="[% buglist %]">
<input type="submit" value="Long Format">
-
- <a href="query.cgi">Query Page</a> &nbsp;&nbsp;
- <a href="enter_bug.cgi">Enter New Bug</a> &nbsp;&nbsp;
+ &nbsp;&nbsp;
+ <a href="buglist.cgi?[% urlquerypart %]&ctype=csv">CSV</a> &nbsp;&nbsp;
<a href="colchange.cgi?[% urlquerypart %]">Change Columns</a> &nbsp;&nbsp;
[% IF bugs.size > 1 && caneditbugs && !dotweak %]