Bug 87006 - worktime_admin was an incorrect name

git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@1524 6955db30-a419-402b-8a0d-67ecbb4d7f56
master
vfilippov 2012-03-11 15:26:44 +00:00
parent 35031b1a78
commit f71f3472ba
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@
[% wt_only = comment.type == constants.CMT_WORKTIME || comment.type == constants.CMT_BACKDATED_WORKTIME %]
[% wt_all = user.settings.showhide_comments.value == 'all' %]
[% wt_wt = user.settings.showhide_comments.value == 'worktime' %]
[% wt_btn = !multiple && (wt_wt && has_worktime || wt_all) && (comment.who == user.id || user.in_group('worktime_admin')) %]
[% wt_btn = !multiple && (wt_wt && has_worktime || wt_all) && (comment.who == user.id || user.in_group('worktimeadmin')) %]
<div class="bz_comment
[%- " bz_private" IF comment.is_private %]
[%- " bz_comment_hilite" IF marks.$count %]