summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2006-08-10 12:01:07 +0000
committerivan <ivan>2006-08-10 12:01:07 +0000
commit9b38584b79d03f6baa9a55bc623760261305e96c (patch)
treedc217997726e090483cb824ff6aa28e1e824126d /httemplate
parent264ad081e68057c7bc30a8b2ad741b783e1342ff (diff)
bold the total footer
Diffstat (limited to 'httemplate')
-rwxr-xr-xhttemplate/browse/part_referral.html4
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>