From 1c6cdeb438090d516153bb232309f0d4d900d334 Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Fri, 3 Mar 2006 07:45:33 +0000 Subject: [PATCH] Patch for bug 282613: add important admin edit flags to sidebar; patch by Olav Vitters , r=vladd, a=justdave. --- template/en/default/sidebar.xul.tmpl | 9 +++++++++ 1 file changed, 9 insertions(+) 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 %] -- 2.47.2