mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
MDL-19809 Migrated calls to close_window_button()
This commit is contained in:
parent
e087ee764a
commit
9c66862d61
@ -79,6 +79,6 @@
|
||||
echo "<br />";
|
||||
}
|
||||
|
||||
close_window_button();
|
||||
echo $OUTPUT->close_window_button();
|
||||
print_footer('none');
|
||||
?>
|
||||
|
@ -64,7 +64,7 @@
|
||||
glossary_print_dynaentry($courseid, $entries, $displayformat);
|
||||
}
|
||||
|
||||
close_window_button();
|
||||
echo $OUTPUT->close_window_button();
|
||||
|
||||
/// Show one reduced footer
|
||||
print_footer('none');
|
||||
|
Loading…
x
Reference in New Issue
Block a user