diff options
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/site-navigation.html.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/global/useful-links.html.tmpl | 2 |
2 files changed, 3 insertions, 1 deletions
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 @@ [% '<link rel="Administration" title="Whining" href="editwhines.cgi">' IF user.groups.bz_canusewhines %] [% '<link rel="Administration" title="Sanity Check" - href="sanitycheck.cgi">' 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 @@ <li><span class="separator">[% sep %]</span><a href="editparams.cgi">Parameters</a></li> [% sep = "| " %] <li><span class="separator">[% sep %]</span><a href="editsettings.cgi">User Preferences</a></li> + [% END %] + [% IF user.groups.editcomponents %] <li><span class="separator">[% sep %]</span><a href="sanitycheck.cgi">Sanity Check</a></li> [% END %] [% IF user.groups.editusers || user.can_bless %] |