From 2cae9a4f116e4af09123bca85d4848318a83af55 Mon Sep 17 00:00:00 2001 From: moodler Date: Wed, 14 Feb 2007 04:22:24 +0000 Subject: [PATCH] Added a 'courseboxes' div around the course boxes on the course listing to help some CSS --- course/index.php | 2 ++ 1 file changed, 2 insertions(+) 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. -- 2.39.5