]> git.mjollnir.org Git - moodle.git/commitdiff
Blocks admin to bottom
authormoodler <moodler>
Sat, 22 May 2004 09:18:12 +0000 (09:18 +0000)
committermoodler <moodler>
Sat, 22 May 2004 09:18:12 +0000 (09:18 +0000)
course/format/social/format.php

index b1da3c5920c0e027e0508534a3b22ad0478a75f6..185bef422aea2b69ae914b6d08df27da18e52607 100644 (file)
 
     if(block_have_active($rightblocks) || $editing) {
       echo '<td style="vertical-align: top; width: '.$preferred_width_right.'px;">';
+      print_course_blocks($course, $rightblocks, BLOCK_RIGHT);
       if ($editing && !empty($missingblocks)) {
           block_print_blocks_admin($course->id, $missingblocks);
       }
-      print_course_blocks($course, $rightblocks, BLOCK_RIGHT);
       print_spacer(1, 120, true);
       echo '</td>';
     }