mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 16:50:24 +00:00
Alt text
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user