diff options
author | ivan <ivan> | 2006-08-10 12:01:07 +0000 |
---|---|---|
committer | ivan <ivan> | 2006-08-10 12:01:07 +0000 |
commit | 9b38584b79d03f6baa9a55bc623760261305e96c (patch) | |
tree | dc217997726e090483cb824ff6aa28e1e824126d | |
parent | 264ad081e68057c7bc30a8b2ad741b783e1342ff (diff) |
bold the total footer
-rwxr-xr-x | httemplate/browse/part_referral.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/browse/part_referral.html b/httemplate/browse/part_referral.html index fff433ae0..6a9f7003b 100755 --- a/httemplate/browse/part_referral.html +++ b/httemplate/browse/part_referral.html @@ -117,14 +117,14 @@ foreach my $part_referral ( or die dbh->errstr; %> <TR> - <TD BGCOLOR="#dddddd" COLSPAN=3><B>Total</B></TD> + <TD BGCOLOR="#dddddd" ALIGN="center" COLSPAN=3><B>Total</B></TD> <% for my $period ( keys %after ) { $sth->execute( $today-$after{$period}, $today+$before{$period}, ) or die $sth->errstr; my $number = $sth->fetchrow_arrayref->[0]; %> - <TD BGCOLOR="#dddddd" ALIGN="right"><%= $number %></TD> + <TD BGCOLOR="#dddddd" ALIGN="right"><B><%= $number %><B></TD> <% } %> </TR> </TABLE> |