Print Blocks admin down the bottom ... hopefully less

confusion for new teachers just trying to add activities

Also, the new blocks appear there anyway
This commit is contained in:
moodler 2004-05-22 09:17:06 +00:00
parent 0948ab2609
commit 9743a982b3
2 changed files with 2 additions and 2 deletions

View file

@ -279,10 +279,10 @@
// 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>';
}

View file

@ -265,10 +265,10 @@
// 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>';
}