mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 18:36:42 +02:00
merged fixing xhtml and display issues in restore
This commit is contained in:
parent
61c1b4b573
commit
b3460b8e8a
3 changed files with 30 additions and 19 deletions
|
@ -263,7 +263,7 @@
|
|||
if ($show_continue_button) {
|
||||
//Print the continue button to execute the restore NOW !!!!
|
||||
//All is prepared !!!
|
||||
echo "<center>";
|
||||
echo "<div style='text-align:center'>";
|
||||
$hidden["launch"] = "execute";
|
||||
$hidden["file"] = $file;
|
||||
$hidden["id"] = $id;
|
||||
|
@ -278,7 +278,7 @@
|
|||
}
|
||||
}
|
||||
print_single_button("restore.php", $hidden, get_string("restorecoursenow"),"post");
|
||||
echo "</center>";
|
||||
echo "</div>";
|
||||
} else {
|
||||
//Show error
|
||||
error ("Something was wrong checking restore preferences");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue