DOC: Update manager_links.php to handle help for both the advanced preferences and simple preferences dialog.

This commit is contained in:
Rom Walton 2014-07-01 20:14:13 -04:00
parent 56c30c8427
commit 2220a839c5
1 changed files with 3 additions and 1 deletions

View File

@ -42,7 +42,9 @@ if ($target == "notice") {
header('Location: http://boinc.berkeley.edu/wiki/BOINC_Help');
}
} else if ($target == "advanced_preferences") {
header('Location: http://boinc.berkeley.edu/wiki/Preferences');
header('Location: http://boinc.berkeley.edu/wiki/Local_preferences#Advanced_view');
} else if ($target == "simple_preferences") {
header('Location: http://boinc.berkeley.edu/wiki/Local_preferences#Simple_view');
} else if (($target == "advanced") && version_compare($version, "5.10.0", ">=") && version_compare($version, "6.12.0", "<")) {
if ($controlid == "6024") {
header('Location: http://boinc.berkeley.edu');