зеркало из https://github.com/mozilla/pjs.git
Fix for bug 69616: If you have tweakparams privs, the "Sanity check" link was listed with a group of items that said "Edit" so
it appeared as if you were going to edit the sanity checks if you clicked on it, when in fact you were going to run them. This patch rewords the links so Sanity check is in a group by itself in the block of links on the right. Patch by Matthew Tuck <matty@chariot.net.au> r= justdave x2
This commit is contained in:
Родитель
ffcdcba120
Коммит
efcb9c7db1
|
@ -1285,7 +1285,6 @@ Actions:
|
||||||
$html .= "</TD><TD> </TD><TD VALIGN=middle><NOBR>Edit <a href='userprefs.cgi'>prefs</a></NOBR>";
|
$html .= "</TD><TD> </TD><TD VALIGN=middle><NOBR>Edit <a href='userprefs.cgi'>prefs</a></NOBR>";
|
||||||
if (UserInGroup("tweakparams")) {
|
if (UserInGroup("tweakparams")) {
|
||||||
$html .= ", <a href=editparams.cgi>parameters</a>";
|
$html .= ", <a href=editparams.cgi>parameters</a>";
|
||||||
$html .= ", <a href=sanitycheck.cgi><NOBR>sanity check</NOBR></a>";
|
|
||||||
}
|
}
|
||||||
if (UserInGroup("editusers") || $blessgroupset) {
|
if (UserInGroup("editusers") || $blessgroupset) {
|
||||||
$html .= ", <a href=editusers.cgi>users</a>";
|
$html .= ", <a href=editusers.cgi>users</a>";
|
||||||
|
@ -1301,6 +1300,10 @@ Actions:
|
||||||
if (UserInGroup("editkeywords")) {
|
if (UserInGroup("editkeywords")) {
|
||||||
$html .= ", <a href=editkeywords.cgi>keywords</a>";
|
$html .= ", <a href=editkeywords.cgi>keywords</a>";
|
||||||
}
|
}
|
||||||
|
if (UserInGroup("tweakparams")) {
|
||||||
|
$html .= " | <a href=sanitycheck.cgi><NOBR>Sanity check</NOBR></a>";
|
||||||
|
}
|
||||||
|
|
||||||
$html .= " | <NOBR><a href=relogin.cgi>Log out</a> $::COOKIE{'Bugzilla_login'}</NOBR>";
|
$html .= " | <NOBR><a href=relogin.cgi>Log out</a> $::COOKIE{'Bugzilla_login'}</NOBR>";
|
||||||
$html .= "</TD></TR>";
|
$html .= "</TD></TR>";
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче