From: bbaetz%student.usyd.edu.au <> Date: Wed, 20 Nov 2002 10:26:00 +0000 (+0000) Subject: Bug 179293 - time tracking js should only appear if time tracking is X-Git-Tag: bugzilla-2.17.2~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfd57984d5a0ba4e61d7d8bc296aa6caa1341857;p=thirdparty%2Fbugzilla.git Bug 179293 - time tracking js should only appear if time tracking is enabled patch by Jeff Hedlund r=bbaetz, a=justdave --- diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 62e25f10a0..575c0ea077 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 %]