From 01f30efe26246d532f494e8db8b3231ddc266354 Mon Sep 17 00:00:00 2001 From: Bruce Allen Date: Mon, 18 Apr 2005 02:36:35 +0000 Subject: [PATCH] Made default choice 'ACCEPT' for screening user profiles for UOTD. svn path=/trunk/boinc/; revision=5882 --- checkin_notes | 7 +++++++ html/ops/profile_screen_form.php | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/checkin_notes b/checkin_notes index 0c443d3d5f..f00a4f1da4 100755 --- a/checkin_notes +++ b/checkin_notes @@ -27302,3 +27302,10 @@ David 16 April 2005 lib/ gui_rpc_client.C + +Bruce 17 April 2005 + - Made default choice 'ACCEPT' for screening user profiles for UOTD. + html/ + ops/ + profile_screen_form.php + diff --git a/html/ops/profile_screen_form.php b/html/ops/profile_screen_form.php index 88a2c664b7..6870d911b8 100644 --- a/html/ops/profile_screen_form.php +++ b/html/ops/profile_screen_form.php @@ -8,8 +8,8 @@ db_init(); function buttons($i) { echo " - skip
- accept
+ skip
+ accept
reject "; }