From: moodler Date: Tue, 16 Sep 2003 05:48:09 +0000 (+0000) Subject: Move all the activity editing buttons back on the end of the activity name X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=ffc69cd31d8d14860d74f58d96ee065933903422;p=moodle.git Move all the activity editing buttons back on the end of the activity name --- diff --git a/course/lib.php b/course/lib.php index 0eb69fc674..63535a6a6c 100644 --- a/course/lib.php +++ b/course/lib.php @@ -657,12 +657,11 @@ function print_section($course, $section, $mods, $modnamesused, $absolute=false, " modfullname\" $linkcss $extra". " href=\"$CFG->wwwroot/mod/$mod->modname/view.php?id=$mod->id\">$instancename"; } - echo ""; if ($isediting) { - echo ""; + echo "  "; echo make_editing_buttons($mod->id, $absolute, $mod->visible, true, $mod->indent); - echo " "; } + echo ""; echo ""; } }