mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
This page is near to be XHTML!
Please, see bug 2496 (http://moodle.org/bugs/bug.php?op=show&bugid=2496)
This commit is contained in:
parent
756e182362
commit
d8ffb057da
@ -123,7 +123,7 @@
|
||||
}
|
||||
|
||||
|
||||
echo "<table border=0 align=center cellspacing=3 cellpadding=3 width=640>";
|
||||
echo "<table border=\"0\" align=\"center\" cellspacing=\"3\" cellpadding=\"3\" width=\"640\">";
|
||||
echo "<tr>";
|
||||
echo "<td colspan=\"2\">";
|
||||
|
||||
@ -540,11 +540,11 @@
|
||||
echo $file;
|
||||
print_simple_box_end();
|
||||
echo "<br />";
|
||||
echo "<p align=center>".get_string("areyousuretorestorethisinfo")."</p>";
|
||||
echo "<p align=\"center\">".get_string("areyousuretorestorethisinfo")."</p>";
|
||||
$restore_path = "$CFG->wwwroot/backup/restore.php";
|
||||
notice_yesno (get_string("areyousuretorestorethis"),
|
||||
$restore_path."?id=".$id."&file=".cleardoubleslashes($id.$wdir."/".$file),
|
||||
"index.php?id=$id&wdir=$wdir&action=cancel");
|
||||
$restore_path."?id=".$id."&file=".cleardoubleslashes($id.$wdir."/".$file),
|
||||
"index.php?id=$id&wdir=$wdir&action=cancel");
|
||||
} else {
|
||||
displaydir($wdir);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user