mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 00:16:46 +02:00
MDL-9647 simplify dealing with headers/footers in admin sections; some more cleanup
fixed continue button in error() on admin page when link present
This commit is contained in:
parent
635773c604
commit
bb4b3ea4f8
2 changed files with 7 additions and 22 deletions
|
@ -43,11 +43,7 @@
|
|||
|
||||
echo '</td></tr></table>';
|
||||
|
||||
if ($course->id == SITEID) {
|
||||
admin_externalpage_print_footer();
|
||||
} else {
|
||||
print_footer($course);
|
||||
}
|
||||
print_footer($course);
|
||||
}
|
||||
|
||||
function html_header($course, $wdir, $formfield=""){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue