confusion for new teachers just trying to add activities
Also, the new blocks appear there anyway
// 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>';
}
// 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>';
}