diff --git a/webtools/bugzilla/CGI.pl b/webtools/bugzilla/CGI.pl index 6bcb1ba0228..3c0795d44d3 100644 --- a/webtools/bugzilla/CGI.pl +++ b/webtools/bugzilla/CGI.pl @@ -1285,7 +1285,6 @@ Actions: $html .= " Edit prefs"; if (UserInGroup("tweakparams")) { $html .= ", parameters"; - $html .= ", sanity check"; } if (UserInGroup("editusers") || $blessgroupset) { $html .= ", users"; @@ -1301,6 +1300,10 @@ Actions: if (UserInGroup("editkeywords")) { $html .= ", keywords"; } + if (UserInGroup("tweakparams")) { + $html .= " | Sanity check"; + } + $html .= " | Log out $::COOKIE{'Bugzilla_login'}"; $html .= "";