mnet: admin/enrol_config.php XHTML strict fixes: MDL-7861

This commit is contained in:
donal72
2007-01-09 01:31:53 +00:00
parent 6a18844bf3
commit c65160b58e
+4 -2
View File
@@ -45,7 +45,8 @@
admin_externalpage_print_header($adminroot);
echo "<form $CFG->frametarget id=\"enrolmenu\" method=\"post\" action=\"enrol_config.php\">";
echo "<input type=\"hidden\" name=\"sesskey\" value=\"".$USER->sesskey."\">";
echo "<input type=\"hidden\" name=\"sesskey\" value=\"".$USER->sesskey."\" />";
echo "<input type=\"hidden\" name=\"enrol\" value=\"".$enrol."\" />";
/// Print current enrolment type description
print_simple_box_start("center", "80%");
@@ -60,9 +61,10 @@
$enrolment->config_form($frm);
echo "<center><p><input type=\"submit\" value=\"".get_string("savechanges")."\" /></p></center>\n";
print_simple_box_end();
echo "</form>";
print_simple_box_end();
admin_externalpage_print_footer($adminroot);