From: nicolasconnault Date: Thu, 6 Aug 2009 02:52:00 +0000 (+0000) Subject: MDL-19809 Migrated calls to close_window_button() X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=9c66862d61391ab03b0623add4ccf1fc0d8243f1;p=moodle.git MDL-19809 Migrated calls to close_window_button() --- diff --git a/mod/glossary/report.php b/mod/glossary/report.php index a5c9ae0658..03133a8c6c 100644 --- a/mod/glossary/report.php +++ b/mod/glossary/report.php @@ -79,6 +79,6 @@ echo "
"; } - close_window_button(); + echo $OUTPUT->close_window_button(); print_footer('none'); ?> diff --git a/mod/glossary/showentry.php b/mod/glossary/showentry.php index e3f1f6cad2..e63459b621 100644 --- a/mod/glossary/showentry.php +++ b/mod/glossary/showentry.php @@ -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');