mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 04:22:07 +02:00
Merged bug 3662 from stable
This commit is contained in:
parent
02457e58f4
commit
5294b1d3bf
@ -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> ";
|
||||
$edittext = "<strong><a onclick=\"return set_value('$selectfile')\" href=\"#\">$strchoose</a></strong> ";
|
||||
} else {
|
||||
$edittext = '';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user