From: jocuri%softhome.net <> Date: Fri, 3 Mar 2006 07:45:08 +0000 (+0000) Subject: Patch for bug 282613: add important admin edit flags to sidebar; patch by Olav Vitter... X-Git-Tag: bugzilla-2.23.1~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=975b2688b862a89f302a77b9a42c8f794fed13a8;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 %]