mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 04:52:36 +02:00
MDL-14057 - Change position of the continue button. (merge)
This commit is contained in:
parent
55ac3d6f21
commit
9f9bdaf80b
@ -29,7 +29,6 @@
|
||||
theme_setup($choose);
|
||||
admin_externalpage_print_header();
|
||||
print_heading(get_string("themesaved"));
|
||||
print_continue("$CFG->wwwroot/");
|
||||
|
||||
if (file_exists("$choose/README.html")) {
|
||||
print_simple_box_start("center");
|
||||
@ -42,6 +41,9 @@
|
||||
echo format_text(implode('', $file), FORMAT_MOODLE);
|
||||
print_simple_box_end();
|
||||
}
|
||||
|
||||
print_continue("$CFG->wwwroot/");
|
||||
|
||||
admin_externalpage_print_footer();
|
||||
exit;
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user