mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
Merge branch 'MDL-50861-master' of git://github.com/junpataleta/moodle
This commit is contained in:
commit
a0de91e9a0
@ -169,7 +169,7 @@ if (empty($scorm->popup) || $displaymode == 'popup') {
|
||||
$exiturl = course_get_url($course, $cm->sectionnum);
|
||||
}
|
||||
|
||||
$exitlink = html_writer::link($exiturl, $strexit, array('title' => $strexit));
|
||||
$exitlink = html_writer::link($exiturl, $strexit, array('title' => $strexit, 'class' => 'btn btn-default'));
|
||||
$PAGE->set_button($exitlink);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user