From 2f804027b44c5790d4547f3161bff28266150bef Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 10 Nov 2009 16:31:47 +0000 Subject: Bug 505039: Use $user->is_timetracker instead of $user->in_group(Bugzilla->params->{'timetrackinggroup'}) - Patch by XqueZme r/a=LpSolit --- template/en/default/list/edit-multiple.html.tmpl | 2 +- template/en/default/list/list.html.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'template/en/default/list') diff --git a/template/en/default/list/edit-multiple.html.tmpl b/template/en/default/list/edit-multiple.html.tmpl index 05d534976..528d1bd68 100644 --- a/template/en/default/list/edit-multiple.html.tmpl +++ b/template/en/default/list/edit-multiple.html.tmpl @@ -140,7 +140,7 @@ [% PROCESS status_section %] - [% IF user.in_group(Param("timetrackinggroup")) %] + [% IF user.is_timetracker %] diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl index a3e3a767a..6d7f80585 100644 --- a/template/en/default/list/list.html.tmpl +++ b/template/en/default/list/list.html.tmpl @@ -198,7 +198,7 @@ - [% IF user.in_group(Param('timetrackinggroup')) %] + [% IF user.is_timetracker %]
-- cgit v1.2.3-24-g4f1b