*** empty log message ***

svn path=/trunk/boinc/; revision=1845
This commit is contained in:
Karl Chen 2003-07-28 23:47:32 +00:00
parent a761db6fd6
commit 7e59294ede
1 changed files with 3 additions and 1 deletions

View File

@ -287,7 +287,9 @@ function hour_select($x, $name) {
function prefs_show_global($prefs) {
row2("Work if computer on batteries?", $prefs->run_on_batteries?"Yes":"No");
row2("Work if computer in use?", $prefs->run_if_user_active?"Yes":"No");
row2("Idle time before running", "$prefs->idle_time_to_run minutes".($prefs->run_if_user_active?" (ignored)":""));
if (!$prefs->run_if_user_active) {
row2("Idle time before running", "$prefs->idle_time_to_run minutes");
}
if ($prefs->start_hour == $prefs->end_hour) {
$x = "no restriction";
} else {