summaryrefslogtreecommitdiffstats
path: root/template/en/default/list/list.html.tmpl
diff options
context:
space:
mode:
authormyk%mozilla.org <>2005-03-16 02:16:15 +0100
committermyk%mozilla.org <>2005-03-16 02:16:15 +0100
commite7f6dc0a5754ae6607bebfcedc1130cd12e43f5d (patch)
tree2a5a4726dcdede65098c2c692d8308e21c1521df /template/en/default/list/list.html.tmpl
parent5d6b815d1ce8eece29e22e09781f890375f3c403 (diff)
downloadbugzilla-e7f6dc0a5754ae6607bebfcedc1130cd12e43f5d.tar.gz
bugzilla-e7f6dc0a5754ae6607bebfcedc1130cd12e43f5d.tar.xz
Fix for bug 82878: Generate RSS 1.0 version of bug lists.
Patch by Jason Remillard. r=myk a=myk
Diffstat (limited to 'template/en/default/list/list.html.tmpl')
-rw-r--r--template/en/default/list/list.html.tmpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl
index e0a5a2b93..ce42ed03a 100644
--- a/template/en/default/list/list.html.tmpl
+++ b/template/en/default/list/list.html.tmpl
@@ -48,6 +48,7 @@
[% PROCESS global/header.html.tmpl
title = title
style = style
+ rsslink = "buglist.cgi?$urlquerypart&ctype=rss"
%]
<div align="center">
@@ -150,6 +151,8 @@
<a href="buglist.cgi?
[% urlquerypart FILTER html %]&amp;ctype=csv">CSV</a> |
<a href="buglist.cgi?
+ [% urlquerypart FILTER html %]&amp;ctype=rss">RSS</a> |
+ <a href="buglist.cgi?
[% urlquerypart FILTER html %]&amp;ctype=ics">iCalendar</a> |
<a href="colchange.cgi?
[% urlquerypart FILTER html %]">Change&nbsp;Columns</a> |