From 8611ca27aa92935f1b50e0796141ce3992baecd1 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 18 Jun 2008 19:52:20 +0000 Subject: [PATCH] - web: in team remove-user form, link names and show IDs svn path=/trunk/boinc/; revision=15428 --- checkin_notes | 6 ++++++ html/user/team_remove_inactive_form.php | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/checkin_notes b/checkin_notes index 54eab337b7..d96ed9b5a1 100644 --- a/checkin_notes +++ b/checkin_notes @@ -4952,3 +4952,9 @@ Rom 18 June 2008 win_build/installerv2/redist/Windows/x64/ boinccas.dll boinccas95.dll + +David 18 June 2008 + - web: in team remove-user form, link names and show IDs + + html/user/ + team_remove_inactive_form.php diff --git a/html/user/team_remove_inactive_form.php b/html/user/team_remove_inactive_form.php index 00c980c4ce..f1744d9f5a 100644 --- a/html/user/team_remove_inactive_form.php +++ b/html/user/team_remove_inactive_form.php @@ -11,7 +11,7 @@ $teamid = get_int("teamid"); $team = BoincTeam::lookup_id($teamid); if (!$team) error_page("no such team"); require_admin($logged_in_user, $team); -page_head("Remove Members from $team->name"); +page_head("Remove members from $team->name"); echo "
id."\"> @@ -19,7 +19,7 @@ echo " start_table(); echo " Remove? - Name + Name (ID) Total credit Recent average credit @@ -35,7 +35,7 @@ foreach($users as $user) { echo " id> - $user->name + ".user_links($user)." ($user->id) $user_total_credit $user_expavg_credit