]> git.mjollnir.org Git - moodle.git/commitdiff
Take away the box, so we can use CSS instead
authormoodler <moodler>
Thu, 9 Mar 2006 16:35:25 +0000 (16:35 +0000)
committermoodler <moodler>
Thu, 9 Mar 2006 16:35:25 +0000 (16:35 +0000)
course/report/log/mod.php

index e130da646dcdaf4d2897448ac12640d1a7bf336c..2fffe70cc98718c8563681cad6cfc21f28c30070 100644 (file)
@@ -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 '<center><h3>';
     link_to_popup_window('/course/report/log/live.php?id='. $course->id,'livelog', get_string('livelogs'), 500, 800);
     echo '</h3></center>';
-    print_simple_box_end();
 
 ?>