mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 17:02:03 +02:00
MDL-19794 Migrated calls to close_window_button()
This commit is contained in:
parent
c41f376d1f
commit
bb0b907598
@ -85,7 +85,7 @@
|
||||
|
||||
echo "<br />";
|
||||
|
||||
close_window_button();
|
||||
echo $OUTPUT->close_window_button();
|
||||
|
||||
print_footer();
|
||||
|
||||
|
@ -41,7 +41,7 @@
|
||||
echo "</center>";
|
||||
echo text_to_html($scale->description);
|
||||
print_simple_box_end();
|
||||
close_window_button();
|
||||
echo $OUTPUT->close_window_button();
|
||||
print_footer('empty');
|
||||
exit;
|
||||
}
|
||||
@ -94,7 +94,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
close_window_button();
|
||||
echo $OUTPUT->close_window_button();
|
||||
print_footer('empty');
|
||||
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user