Implemented accessibiility fix bug 3662
This commit is contained in:
+1
-1
@@ -754,7 +754,7 @@ function displaydir ($wdir) {
|
||||
print_cell("right", $filedate, 'date');
|
||||
|
||||
if ($choose) {
|
||||
$edittext = "<b><a onMouseDown=\"return set_value('$selectfile')\" href=\"\">$strchoose</a></b> ";
|
||||
$edittext = "<strong><a onclick=\"return set_value('$selectfile')\" href=\"#\">$strchoose</a></strong> ";
|
||||
} else {
|
||||
$edittext = '';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user