]> git.mjollnir.org Git - moodle.git/commitdiff
Added a 'courseboxes' div around the course boxes on the course listing to help some CSS
authormoodler <moodler>
Wed, 14 Feb 2007 04:22:24 +0000 (04:22 +0000)
committermoodler <moodler>
Wed, 14 Feb 2007 04:22:24 +0000 (04:22 +0000)
course/index.php

index 08140cb485f64e10182cf405b051e4bccba560f4..6e5de0a96a37bf375df6c93c032d1bb402f262a4 100644 (file)
@@ -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.