From cb1a77094a983e1e884b21e6b4086fb0dbc3ea7b Mon Sep 17 00:00:00 2001 From: "mozilla%colinogilvie.co.uk" <> Date: Tue, 27 Jun 2006 04:05:31 +0000 Subject: Bug 341538: Missing information in XML for Time Tracking and Duplicate Bugs Patch by Colin Ogilvie ; r=LpSolit; a=justdave --- template/en/default/bug/show.xml.tmpl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'template') diff --git a/template/en/default/bug/show.xml.tmpl b/template/en/default/bug/show.xml.tmpl index 27fa175da..1e35d8f36 100644 --- a/template/en/default/bug/show.xml.tmpl +++ b/template/en/default/bug/show.xml.tmpl @@ -17,8 +17,10 @@ # Rights Reserved. # # Contributor(s): Bradley Baetz + # Colin Ogilvie # #%] +[% PROCESS bug/time.html.tmpl %] @@ -69,6 +71,9 @@ [% c.email FILTER xml %] [% c.time FILTER time FILTER xml %] + [% IF UserInGroup(Param('timetrackinggroup')) && (c.work_time - 0 != 0) %] + [% PROCESS formattimeunit time_unit = c.work_time FILTER xml %] + [% END %] [% c.body FILTER xml %] [% END %] -- cgit v1.2.3-24-g4f1b