From bfd57984d5a0ba4e61d7d8bc296aa6caa1341857 Mon Sep 17 00:00:00 2001 From: "bbaetz%student.usyd.edu.au" <> Date: Wed, 20 Nov 2002 10:26:00 +0000 Subject: Bug 179293 - time tracking js should only appear if time tracking is enabled patch by Jeff Hedlund r=bbaetz, a=justdave --- template/en/default/bug/edit.html.tmpl | 44 ++++++++++++++++++---------------- 1 file changed, 23 insertions(+), 21 deletions(-) (limited to 'template/en/default') diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 62e25f10a..575c0ea07 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -34,27 +34,29 @@ [% PROCESS bug/navigate.html.tmpl %] [% PROCESS bug/time.html.tmpl %] - +[% IF UserInGroup(Param('timetrackinggroup')) %] + +[% END %]
-- cgit v1.2.3-24-g4f1b