mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +02:00
MDL-43247 SCORM: improve pop-up handling and redirect to homepage on close.
This commit is contained in:
parent
f05e25d208
commit
9d22765723
4 changed files with 50 additions and 4 deletions
|
@ -822,7 +822,7 @@ function scorm_view_display ($user, $scorm, $action, $cm) {
|
|||
$organization = optional_param('organization', '', PARAM_INT);
|
||||
|
||||
if ($scorm->displaycoursestructure == 1) {
|
||||
echo $OUTPUT->box_start('generalbox boxaligncenter toc');
|
||||
echo $OUTPUT->box_start('generalbox boxaligncenter toc', 'toc');
|
||||
?>
|
||||
<div class="structurehead"><?php print_string('contents', 'scorm') ?></div>
|
||||
<?php
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue