From: gustav_delius Date: Sun, 12 Mar 2006 19:14:56 +0000 (+0000) Subject: The box for the warning was too narrow. In future this should probably be controlled... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=1bfdafd475a44ab73d8cf23c80a3a891c802c99c;p=moodle.git The box for the warning was too narrow. In future this should probably be controlled by CSS. --- 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", "");