]> git.mjollnir.org Git - moodle.git/commitdiff
The box for the warning was too narrow. In future this should probably be controlled...
authorgustav_delius <gustav_delius>
Sun, 12 Mar 2006 19:14:56 +0000 (19:14 +0000)
committergustav_delius <gustav_delius>
Sun, 12 Mar 2006 19:14:56 +0000 (19:14 +0000)
admin/module.php

index 400b014b7e4cc88b242ad1cc3d12954f1fcdd452..f9545c7aa0a0790860844e25e50cf60ade28b8d6 100644 (file)
@@ -65,7 +65,7 @@
 
     print_heading($strmodulename);
 
-    print_simple_box("<center>".get_string("configwarning", 'admin')."</center>", "center", "50%");
+    print_simple_box("<center>".get_string("configwarning", 'admin')."</center>", "center", "60%");
     echo "<br />";
 
     print_simple_box_start("center", "");