mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-9562 Fixed
This commit is contained in:
parent
a53e47a25d
commit
97be053372
1 changed files with 1 additions and 1 deletions
|
@ -562,7 +562,7 @@ function scorm_view_display ($user, $scorm, $action, $cm, $boxwidth='') {
|
|||
<?php
|
||||
if ($scorm->hidebrowse == 0) {
|
||||
print_string('mode','scorm');
|
||||
echo '<input type="hidden" name="scoid" value="$sco->id" />'."\n";
|
||||
echo '<input type="hidden" name="scoid" value="'.$sco->id.'" />'."\n";
|
||||
echo ': <input type="radio" id="b" name="mode" value="browse" /><label for="b">'.get_string('browse','scorm').'</label>'."\n";
|
||||
echo '<input type="radio" id="n" name="mode" value="normal" checked="checked" /><label for="n">'.get_string('normal','scorm')."</label>\n";
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue