From 1bfdafd475a44ab73d8cf23c80a3a891c802c99c Mon Sep 17 00:00:00 2001 From: gustav_delius Date: Sun, 12 Mar 2006 19:14:56 +0000 Subject: [PATCH] The box for the warning was too narrow. In future this should probably be controlled by CSS. --- admin/module.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/module.php b/admin/module.php index 400b014b7e..f9545c7aa0 100644 --- a/admin/module.php +++ b/admin/module.php @@ -65,7 +65,7 @@ print_heading($strmodulename); - print_simple_box("
".get_string("configwarning", 'admin')."
", "center", "50%"); + print_simple_box("
".get_string("configwarning", 'admin')."
", "center", "60%"); echo "
"; print_simple_box_start("center", ""); -- 2.39.5