]> git.mjollnir.org Git - moodle.git/commitdiff
Move all the activity editing buttons back on the end of the activity name
authormoodler <moodler>
Tue, 16 Sep 2003 05:48:09 +0000 (05:48 +0000)
committermoodler <moodler>
Tue, 16 Sep 2003 05:48:09 +0000 (05:48 +0000)
course/lib.php

index 0eb69fc674c8707b913a129ea9d537a912f67e2c..63535a6a6c92df61d50ea63379d2672215730078 100644 (file)
@@ -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 "&nbsp;&nbsp;";
                     echo make_editing_buttons($mod->id, $absolute, $mod->visible, true, $mod->indent);
-                    echo " </td>";
                 }
+                echo "</td>";
                 echo "</tr>";
             }
         }