diff options
author | Byron Jones <bjones@mozilla.com> | 2012-05-17 09:06:42 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2012-05-17 09:06:42 +0200 |
commit | 41513b56e105085d701591a7de9a13cb2310e02f (patch) | |
tree | 4e227046a1914ce95e198a570b05e770408bbbc8 /extensions/BMO/template | |
parent | 9bc1a835aff5b65e9f827d90b6f9a0db12c16fe9 (diff) | |
download | bugzilla-41513b56e105085d701591a7de9a13cb2310e02f.tar.gz bugzilla-41513b56e105085d701591a7de9a13cb2310e02f.tar.xz |
Bug 737405: add user-menu to all logged in users
Diffstat (limited to 'extensions/BMO/template')
-rw-r--r-- | extensions/BMO/template/en/default/hook/global/header-start.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/BMO/template/en/default/hook/global/header-start.html.tmpl b/extensions/BMO/template/en/default/hook/global/header-start.html.tmpl index 369f3aeff..e265d0bb6 100644 --- a/extensions/BMO/template/en/default/hook/global/header-start.html.tmpl +++ b/extensions/BMO/template/en/default/hook/global/header-start.html.tmpl @@ -33,7 +33,7 @@ [% END %] [% END %] -[% IF user.in_group('editusers') || user.bless_groups.size > 0 %] +[% IF user.in_group('canconfirm') %] [% yui.push('container', 'menu') %] [% style_urls.push('js/yui/assets/skins/sam/menu.css') %] [% javascript_urls.push('extensions/BMO/web/js/edituser_menu.js') %] |