Move all the activity editing buttons back on the end of the activity name

This commit is contained in:
moodler 2003-09-16 05:48:09 +00:00
parent 872d7f598c
commit ffc69cd31d

View 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>";
}
}