mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=2121
This commit is contained in:
parent
0cb9f7a488
commit
6085e9a817
|
@ -10,14 +10,14 @@
|
|||
$subset = $_GET["subset"];
|
||||
page_head(subset_name($subset)." preferences");
|
||||
if ($_GET['updated']) {
|
||||
echo '<p style="color: red">
|
||||
echo "<p style='color: red'>
|
||||
Your preferences have been updated
|
||||
and will take effect the next time your computer communicates
|
||||
with the project.
|
||||
You may manually retrieve the preferences
|
||||
using the BOINC client's "Get Preferences" command.
|
||||
using the BOINC client's \"Get Preferences\" command.
|
||||
</p>
|
||||
';
|
||||
";
|
||||
}
|
||||
if ($subset == "global") {
|
||||
print_prefs_display_global($user);
|
||||
|
|
Loading…
Reference in New Issue