From 375013d2f1edf739d8c1cb82c820b839b12b3ef1 Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 9 Mar 2006 16:35:25 +0000 Subject: [PATCH] Take away the box, so we can use CSS instead --- course/report/log/mod.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/course/report/log/mod.php b/course/report/log/mod.php index e130da646d..2fffe70cc9 100644 --- a/course/report/log/mod.php +++ b/course/report/log/mod.php @@ -7,7 +7,7 @@ require_once($CFG->dirroot.'/course/lib.php'); require_once($CFG->dirroot.'/course/report/log/lib.php'); - print_simple_box_start('center', '90%'); + print_heading(get_string('chooselogs') .':'); print_log_selector_form($course); @@ -18,6 +18,5 @@ echo '

'; link_to_popup_window('/course/report/log/live.php?id='. $course->id,'livelog', get_string('livelogs'), 500, 800); echo '

'; - print_simple_box_end(); ?> -- 2.39.5