MDL-8290, fix for broken plugins

This commit is contained in:
toyomoyo 2007-02-09 07:47:14 +00:00
parent 74a344bf3b
commit 537ea84763
11 changed files with 114 additions and 114 deletions

View file

@ -45,6 +45,7 @@
admin_externalpage_print_header($adminroot);
echo "<form $CFG->frametarget id=\"enrolmenu\" method=\"post\" action=\"enrol_config.php\">";
echo "<div>";
echo "<input type=\"hidden\" name=\"sesskey\" value=\"".$USER->sesskey."\" />";
echo "<input type=\"hidden\" name=\"enrol\" value=\"".$enrol."\" />";
@ -60,12 +61,11 @@
$enrolment->config_form($frm);
echo "<center><p><input type=\"submit\" value=\"".get_string("savechanges")."\" /></p></center>\n";
echo "<p class=\"centerpara\"><input type=\"submit\" value=\"".get_string("savechanges")."\" /></p>\n";
print_simple_box_end();
echo "</div>";
echo "</form>";
admin_externalpage_print_footer($adminroot);
exit;