Print Blocks admin down the bottom ... hopefully less
authormoodler <moodler>
Sat, 22 May 2004 09:17:06 +0000 (09:17 +0000)
committermoodler <moodler>
Sat, 22 May 2004 09:17:06 +0000 (09:17 +0000)
confusion for new teachers just trying to add activities

Also, the new blocks appear there anyway

course/format/topics/format.php
course/format/weeks/format.php

index f696d4b14b328dc0ab34145d0eb2e6eddddb6c82..edce8e0ab8593c9b83c59ac5d11195ac1e08e7a9 100644 (file)
     // The right column
     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>';
     }
index 5f16a28353566b7948bd67928de67ec4ad5e1486..69c6c63315c1d40fff7a63bdc8b8ecf6b2fba716 100644 (file)
     // The right column
     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>';
     }