From 975b2688b862a89f302a77b9a42c8f794fed13a8 Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Fri, 3 Mar 2006 07:45:08 +0000 Subject: 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(+) (limited to 'template/en/default/sidebar.xul.tmpl') diff --git a/template/en/default/sidebar.xul.tmpl b/template/en/default/sidebar.xul.tmpl index 31f0a2c6b..b78b5521b 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 %] -- cgit v1.2.3-24-g4f1b