This commit is contained in:
Jamie Cameron
2007-12-05 19:05:52 +00:00
parent 45872ae133
commit ab5989b0fc

View File

@@ -103,18 +103,18 @@ if (@filters) {
# Create mover links
local $mover;
if ($f eq $filters[0]) {
$mover .= "<img src=images/gap.gif>";
$mover .= "<img src=images/gap.gif alt=' '>";
}
else {
$mover .= "<a href='up.cgi?idx=$f->{'index'}'>".
"<img src=images/up.gif border=0></a>";
"<img src=images/up.gif border=0 alt='Up'></a>";
}
if ($f eq $filters[$#filters]) {
$mover .= "<img src=images/gap.gif>";
$mover .= "<img src=images/gap.gif alt=' '>";
}
else {
$mover .= "<a href='down.cgi?idx=$f->{'index'}'>".
"<img src=images/down.gif border=0></a>";
"<img src=images/down.gif border=0 alt='Down'></a>";
}
# Show the row