mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Move all the activity editing buttons back on the end of the activity name
This commit is contained in:
parent
872d7f598c
commit
ffc69cd31d
1 changed files with 2 additions and 3 deletions
|
@ -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>";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue