mirror of https://github.com/BOINC/boinc.git
Made default choice 'ACCEPT' for screening user profiles for UOTD.
svn path=/trunk/boinc/; revision=5882
This commit is contained in:
parent
faf00b141e
commit
01f30efe26
|
@ -27302,3 +27302,10 @@ David 16 April 2005
|
||||||
|
|
||||||
lib/
|
lib/
|
||||||
gui_rpc_client.C
|
gui_rpc_client.C
|
||||||
|
|
||||||
|
Bruce 17 April 2005
|
||||||
|
- Made default choice 'ACCEPT' for screening user profiles for UOTD.
|
||||||
|
html/
|
||||||
|
ops/
|
||||||
|
profile_screen_form.php
|
||||||
|
|
||||||
|
|
|
@ -8,8 +8,8 @@ db_init();
|
||||||
|
|
||||||
function buttons($i) {
|
function buttons($i) {
|
||||||
echo "
|
echo "
|
||||||
<input type=\"radio\" name=\"user$i\" value=\"0\" checked=\"checked\"> skip <br>
|
<input type=\"radio\" name=\"user$i\" value=\"0\"> skip <br>
|
||||||
<input type=\"radio\" name=\"user$i\" value=\"1\"> accept <br>
|
<input type=\"radio\" name=\"user$i\" value=\"1\" checked=\"checked\"> accept <br>
|
||||||
<input type=\"radio\" name=\"user$i\" value=\"-1\"> reject
|
<input type=\"radio\" name=\"user$i\" value=\"-1\"> reject
|
||||||
";
|
";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue