From ffc69cd31d8d14860d74f58d96ee065933903422 Mon Sep 17 00:00:00 2001 From: moodler <moodler> Date: Tue, 16 Sep 2003 05:48:09 +0000 Subject: [PATCH] Move all the activity editing buttons back on the end of the activity name --- course/lib.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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, " <font size=2><a title=\"$mod->modfullname\" $linkcss $extra". " href=\"$CFG->wwwroot/mod/$mod->modname/view.php?id=$mod->id\">$instancename</a></font>"; } - echo "</td>"; if ($isediting) { - echo "<td align=\"right\" valign=\"top\" nowrap=\"nowrap\" class=\"activityeditbuttons\">"; + echo " "; echo make_editing_buttons($mod->id, $absolute, $mod->visible, true, $mod->indent); - echo " </td>"; } + echo "</td>"; echo "</tr>"; } } -- 2.39.5