added rptlink classes for report link
git-svn-id: svn://anubis/tipman@6 ce01c143-e732-0410-ac0e-c064f6e6c7ef
This commit is contained in:
parent
6b0600ac4d
commit
88ee1d874e
9
main.css
9
main.css
@ -59,6 +59,15 @@ td.stat
|
||||
display: block;
|
||||
}
|
||||
|
||||
a.rptlink
|
||||
{
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
color: #33C;
|
||||
}
|
||||
|
||||
a.rptlink:hover { color: #666; }
|
||||
|
||||
a.switch
|
||||
{
|
||||
text-decoration: none;
|
||||
|
2
main.php
2
main.php
@ -61,7 +61,7 @@
|
||||
$year_total += $checks['amount1'];
|
||||
$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,
|
||||
$_SESSION['year'],
|
||||
$_SESSION['year']
|
||||
|
Loading…
x
Reference in New Issue
Block a user