From: jocuri%softhome.net <> Date: Fri, 3 Mar 2006 07:45:59 +0000 (+0000) Subject: Patch for bug 282613: add important admin edit flags to sidebar; patch by Olav Vitter... X-Git-Tag: bugzilla-2.20.2~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e27b9ebd99fd6e17e28264aefd1f86f1c512ffeb;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 b04aa08dca..2373aadeb7 100644 --- a/template/en/default/sidebar.xul.tmpl +++ b/template/en/default/sidebar.xul.tmpl @@ -79,12 +79,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 %] @@ -92,6 +98,9 @@ function normal_keypress_handler( aEvent ) { [%- IF user.groups.editkeywords %] [%- END %] + [%- IF user.groups.bz_canusewhines %] + + [%- END %] [%- IF user.groups.tweakparams %] [%- END %]