Merged bug 3662 from stable

This commit is contained in:
moodler 2005-08-01 16:52:05 +00:00
parent 02457e58f4
commit 5294b1d3bf

View File

@ -755,7 +755,7 @@ function displaydir ($wdir) {
print_cell("right", $filedate, 'date');
if ($choose) {
$edittext = "<b><a onMouseDown=\"return set_value('$selectfile')\" href=\"\">$strchoose</a></b>&nbsp;";
$edittext = "<strong><a onclick=\"return set_value('$selectfile')\" href=\"#\">$strchoose</a></strong>&nbsp;";
} else {
$edittext = '';
}