From: jocuri%softhome.net <> Date: Fri, 3 Mar 2006 07:45:33 +0000 (+0000) Subject: Patch for bug 282613: add important admin edit flags to sidebar; patch by Olav Vitter... X-Git-Tag: bugzilla-2.22~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c6cdeb438090d516153bb232309f0d4d900d334;p=thirdparty%2Fbugzilla.git Patch for bug 282613: add important admin edit flags to sidebar; patch by Olav Vitters , r=vladd, a=justdave. --- diff --git a/template/en/default/sidebar.xul.tmpl b/template/en/default/sidebar.xul.tmpl index 31f0a2c6bb..b78b5521b2 100644 --- a/template/en/default/sidebar.xul.tmpl +++ b/template/en/default/sidebar.xul.tmpl @@ -73,12 +73,18 @@ function normal_keypress_handler( aEvent ) { [%- IF user.groups.tweakparams %] + [%- END %] [%- IF user.groups.editusers || user.can_bless %] [%- END %] + [%- IF Param('useclassification') && user.groups.editclassifications %] + + [%- END %] [%- IF user.groups.editcomponents %] + + [%- END %] [%- IF user.groups.creategroups %] @@ -86,6 +92,9 @@ function normal_keypress_handler( aEvent ) { [%- IF user.groups.editkeywords %] [%- END %] + [%- IF user.groups.bz_canusewhines %] + + [%- END %] [%- IF user.groups.tweakparams %] [%- END %]