mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Fixes for MDL-7861.
This commit is contained in:
parent
bf290fd6b3
commit
4b4830fe5d
@ -122,8 +122,8 @@
|
|||||||
else {
|
else {
|
||||||
$efile = "{$CFG->wwwroot}/file.php?file=/".$qformat->question_get_export_dir()."/$exportfilename".$file_ext."&forcedownload=1";
|
$efile = "{$CFG->wwwroot}/file.php?file=/".$qformat->question_get_export_dir()."/$exportfilename".$file_ext."&forcedownload=1";
|
||||||
}
|
}
|
||||||
echo "</p><center><a href=\"$efile\">$download_str</a></center></p>";
|
echo "<p><center><a href=\"$efile\">$download_str</a></center></p>";
|
||||||
echo "</p><center><font size=\"-1\">$downloadextra_str</font></center></p>";
|
echo "<p><center><font size=\"-1\">$downloadextra_str</font></center></p>";
|
||||||
|
|
||||||
print_continue("edit.php?courseid=$course->id");
|
print_continue("edit.php?courseid=$course->id");
|
||||||
print_footer($course);
|
print_footer($course);
|
||||||
@ -183,4 +183,4 @@
|
|||||||
|
|
||||||
print_footer($course);
|
print_footer($course);
|
||||||
|
|
||||||
?>
|
?>
|
Loading…
x
Reference in New Issue
Block a user