mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=9113
This commit is contained in:
parent
53919051a9
commit
d33d440b43
|
@ -153,13 +153,13 @@ function team_table_start($sort_by,$type_url) {
|
|||
";
|
||||
if ($sort_by == "total_credit") {
|
||||
echo "
|
||||
<th><a href=top_teams.php?sort_by=expavg_credit".$type_url.">".tr(EXPAVG_CREDIT)."</a></th>
|
||||
<th>".tr(TOTAL_CREDIT)."</th>
|
||||
<th><a href=top_teams.php?sort_by=expavg_credit".$type_url.">".tr(USER_TABLE_EXPAVG)."</a></th>
|
||||
<th>".tr(USER_TABLE_TOTAL_CREDIT)."</th>
|
||||
";
|
||||
} else {
|
||||
echo "
|
||||
<th>".tr(EXPAVG_CREDIT)."</th>
|
||||
<th><a href=top_teams.php?sort_by=total_credit".$type_url.">".tr(TOTAL_CREDIT)."</a></th>
|
||||
<th>".tr(USER_TABLE_EXPAVG)."</th>
|
||||
<th><a href=top_teams.php?sort_by=total_credit".$type_url.">".tr(USER_TABLE_TOTAL_CREDIT)."</a></th>
|
||||
";
|
||||
}
|
||||
echo "
|
||||
|
|
Loading…
Reference in New Issue