mirror of https://github.com/BOINC/boinc.git
web: tweak in top user page
This commit is contained in:
parent
e7fce16107
commit
b7b2f2e349
|
@ -56,7 +56,8 @@ function user_table_start($sort_by) {
|
|||
$x[] = tra("Country");
|
||||
$x[] = tra("Participant since");
|
||||
$s = 'style="text-align:right;"';
|
||||
row_heading_array($x);
|
||||
$a = array(null, null, ALIGN_RIGHT, ALIGN_RIGHT, null, null);
|
||||
row_heading_array($x, $a);
|
||||
}
|
||||
|
||||
function show_user_row($user, $i) {
|
||||
|
|
Loading…
Reference in New Issue