From 25385f53b2dc79bf807f6fbef2f0f73491f83445 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 7 Sep 2005 19:05:10 +0000 Subject: Bug 302669 (2nd part): show_bug.cgi?ctype=xml should allow the option of exporting attachment data - Patch by Greg Hendricks r/a=myk --- template/en/default/bug/knob.html.tmpl | 2 ++ template/en/default/bug/show.xml.tmpl | 3 +++ template/en/default/list/list.html.tmpl | 8 ++++++++ 3 files changed, 13 insertions(+) (limited to 'template') diff --git a/template/en/default/bug/knob.html.tmpl b/template/en/default/bug/knob.html.tmpl index 2ade9a373..c76251ae9 100644 --- a/template/en/default/bug/knob.html.tmpl +++ b/template/en/default/bug/knob.html.tmpl @@ -170,6 +170,8 @@   |   Format For Printing   |   + XML +   |   Clone This [% terms.Bug %] [%# Links to more things users can do with this bug. %] diff --git a/template/en/default/bug/show.xml.tmpl b/template/en/default/bug/show.xml.tmpl index 2555600ed..0a0966890 100644 --- a/template/en/default/bug/show.xml.tmpl +++ b/template/en/default/bug/show.xml.tmpl @@ -77,6 +77,9 @@ [% a.attached FILTER time FILTER xml %] [% a.description FILTER xml %] [% a.contenttype FILTER xml %] + [% IF displayfields.attachmentdata %] + [% a.data FILTER base64 %] + [% END %] [% FOREACH flag = a.flags %] +
+ + [% FOREACH id = buglist %] + + [% END %] + + +
[% IF UserInGroup(Param('timetrackinggroup')) %]
-- cgit v1.2.3-24-g4f1b