From 63d48aad570fe64eac1d9b2b18fadd62b63d9d9f Mon Sep 17 00:00:00 2001 From: moodler Date: Wed, 20 Aug 2003 12:04:18 +0000 Subject: [PATCH] The warning should be printed on this page --- admin/module.php | 3 +++ 1 file changed, 3 insertions(+) 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(); -- 2.39.5