web: tweak badge images

This commit is contained in:
David Anderson 2013-12-22 20:39:52 -08:00
parent 72e1464b81
commit 387c04c365
2 changed files with 2 additions and 2 deletions

View File

@ -936,7 +936,7 @@ function show_badges($is_user, $item) {
$x = "";
foreach ($bus as $bu) {
$badge = BoincBadge::lookup_id($bu->badge_id);
$x .= "<img title=\"$badge->title\" height=40 src=$badge->image_url> ";
$x .= "<img title=\"$badge->title\" height=48 src=$badge->image_url> ";
}
row2("Badges", $x);
}

View File

@ -26,7 +26,7 @@ require_once("../inc/util_ops.inc");
// (i.e. gold badge is for top 1% of active users/teams)
//
$badge_pctiles = array(1, 5, 25);
$badge_images = array("gold.png", "silver.png", "bronze.png");
$badge_images = array("pct_1.png", "pct_5.png", "pct_25.png");
// get the records for percentile badges; create them if needed
//