web tweeak

svn path=/trunk/boinc/; revision=16228
This commit is contained in:
David Anderson 2008-10-17 16:47:02 +00:00
parent 1a1a3d20c3
commit d786872da7
1 changed files with 2 additions and 4 deletions

View File

@ -198,11 +198,9 @@ function show_user_info_private($user) {
row2(tra("Name"), $user->name);
row2(tra("Email address"), $email_text);
if (strlen($user->url)) {
$x = "http://$user->url";
} else {
$x = "none";
}
$x = "<a href=http://$user->url>http://$user->url</a>";
row2(tra("URL"), $x);
}
row2(tra("Country"), $user->country);
row2(tra("Postal code"), $user->postal_code);
row2(tra("%1 member since", PROJECT), date_str($user->create_time));