From: moodler Date: Wed, 20 Aug 2003 12:04:18 +0000 (+0000) Subject: The warning should be printed on this page X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=63d48aad570fe64eac1d9b2b18fadd62b63d9d9f;p=moodle.git The warning should be printed on this page --- diff --git a/admin/module.php b/admin/module.php index 07e7e0ff79..c5eeb8bcd0 100644 --- a/admin/module.php +++ b/admin/module.php @@ -44,6 +44,9 @@ print_heading($strmodulename); + print_simple_box("
".get_string("configwarning")."
", "center", "50%"); + echo "
"; + print_simple_box_start("center", "", "$THEME->cellheading"); include("$CFG->wwwroot/mod/$module/config.html"); print_simple_box_end();