From 9743a982b3793279cda144fafcc6665ed641d4b6 Mon Sep 17 00:00:00 2001 From: moodler Date: Sat, 22 May 2004 09:17:06 +0000 Subject: [PATCH] Print Blocks admin down the bottom ... hopefully less confusion for new teachers just trying to add activities Also, the new blocks appear there anyway --- course/format/topics/format.php | 2 +- course/format/weeks/format.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/course/format/topics/format.php b/course/format/topics/format.php index f696d4b14b..edce8e0ab8 100644 --- a/course/format/topics/format.php +++ b/course/format/topics/format.php @@ -279,10 +279,10 @@ // The right column if(block_have_active($rightblocks) || $editing) { echo ''; + 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 ''; } diff --git a/course/format/weeks/format.php b/course/format/weeks/format.php index 5f16a28353..69c6c63315 100644 --- a/course/format/weeks/format.php +++ b/course/format/weeks/format.php @@ -265,10 +265,10 @@ // The right column if(block_have_active($rightblocks) || $editing) { echo ''; + 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 ''; } -- 2.39.5