MDL-19809 Migrated calls to close_window_button()

This commit is contained in:
nicolasconnault 2009-08-06 02:52:00 +00:00
parent e087ee764a
commit 9c66862d61
2 changed files with 2 additions and 2 deletions

View File

@ -79,6 +79,6 @@
echo "<br />";
}
close_window_button();
echo $OUTPUT->close_window_button();
print_footer('none');
?>

View File

@ -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');