From: moodler Date: Wed, 14 Feb 2007 04:22:24 +0000 (+0000) Subject: Added a 'courseboxes' div around the course boxes on the course listing to help some CSS X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=2cae9a4f116e4af09123bca85d4848318a83af55;p=moodle.git Added a 'courseboxes' div around the course boxes on the course listing to help some CSS --- diff --git a/course/index.php b/course/index.php index 08140cb485..6e5de0a96a 100644 --- a/course/index.php +++ b/course/index.php @@ -54,7 +54,9 @@ $strfulllistofcourses = get_string('fulllistofcourses'); print_header("$site->shortname: $strfulllistofcourses", $strfulllistofcourses, $strfulllistofcourses, '', '', true, update_categories_button()); + print_box_start('courseboxes'); print_courses(0, '80%'); + print_box_end(); } /// I am not sure this context in the next has_capability call is correct.