Minor touches to notice() padding

This commit is contained in:
moodler
2003-05-05 12:25:08 +00:00
parent 4105fe9dd2
commit 11a876e1b6
+1 -1
View File
@@ -1188,7 +1188,7 @@ function notice ($message, $link="") {
}
echo "<br>";
print_simple_box($message, "center", "50%", "$THEME->cellheading", "", "noticebox");
print_simple_box($message, "center", "50%", "$THEME->cellheading", "20", "noticebox");
print_heading("<a href=\"$link\">".get_string("continue")."</a>");
print_footer(get_site());
die;