From 618959cbc2196f6b2156c40cddf63bf550eb78d8 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 27 Dec 2006 04:17:25 +0000 Subject: Bug 364780: The keyword cache cannot be fixed with editkeywords privs only - Patch by Frédéric Buclin r/a=justdave MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/global/site-navigation.html.tmpl | 2 +- template/en/default/global/useful-links.html.tmpl | 2 ++ template/en/default/sidebar.xul.tmpl | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) (limited to 'template/en') diff --git a/template/en/default/global/site-navigation.html.tmpl b/template/en/default/global/site-navigation.html.tmpl index 7c2eabecf..507b779c8 100644 --- a/template/en/default/global/site-navigation.html.tmpl +++ b/template/en/default/global/site-navigation.html.tmpl @@ -122,6 +122,6 @@ [% '' IF user.groups.bz_canusewhines %] [% '' IF user.groups.tweakparams %] + href="sanitycheck.cgi">' IF user.groups.editcomponents %] [% END %] [% END %] diff --git a/template/en/default/global/useful-links.html.tmpl b/template/en/default/global/useful-links.html.tmpl index 8078a5d80..cd485ad8f 100644 --- a/template/en/default/global/useful-links.html.tmpl +++ b/template/en/default/global/useful-links.html.tmpl @@ -48,6 +48,8 @@
  • [% sep %]Parameters
  • [% sep = "| " %]
  • [% sep %]User Preferences
  • + [% END %] + [% IF user.groups.editcomponents %]
  • [% sep %]Sanity Check
  • [% END %] [% IF user.groups.editusers || user.can_bless %] diff --git a/template/en/default/sidebar.xul.tmpl b/template/en/default/sidebar.xul.tmpl index 9ad50e07b..6742889da 100644 --- a/template/en/default/sidebar.xul.tmpl +++ b/template/en/default/sidebar.xul.tmpl @@ -94,7 +94,7 @@ function normal_keypress_handler( aEvent ) { [%- IF user.groups.bz_canusewhines %] [%- END %] - [%- IF user.groups.tweakparams %] + [%- IF user.groups.editcomponents %] [%- END %] [%- IF user.authorizer.can_logout %] -- cgit v1.2.3-24-g4f1b