added rptlink classes for report link

git-svn-id: svn://anubis/tipman@6 ce01c143-e732-0410-ac0e-c064f6e6c7ef
This commit is contained in:
Josh Holtrop 2008-09-09 01:15:35 +00:00
parent 6b0600ac4d
commit 88ee1d874e
2 changed files with 10 additions and 1 deletions

View File

@ -59,6 +59,15 @@ td.stat
display: block; display: block;
} }
a.rptlink
{
text-decoration: none;
font-weight: bold;
color: #33C;
}
a.rptlink:hover { color: #666; }
a.switch a.switch
{ {
text-decoration: none; text-decoration: none;

View File

@ -61,7 +61,7 @@
$year_total += $checks['amount1']; $year_total += $checks['amount1'];
$year_total += $checks['amount2']; $year_total += $checks['amount2'];
} }
$reportLink = sprintf('<br><a href="%s/report.php?year=%s">%s report</a>', $reportLink = sprintf('<br><a class="rptlink" href="%s/report.php?year=%s">%s report</a>',
$MY_SERVER, $MY_SERVER,
$_SESSION['year'], $_SESSION['year'],
$_SESSION['year'] $_SESSION['year']