MDL-19794 Migrated calls to close_window_button()

This commit is contained in:
nicolasconnault 2009-08-06 02:54:45 +00:00
parent c41f376d1f
commit bb0b907598
2 changed files with 3 additions and 3 deletions

View File

@ -85,7 +85,7 @@
echo "<br />";
close_window_button();
echo $OUTPUT->close_window_button();
print_footer();

View File

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