projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4105fe9
)
Minor touches to notice() padding
author
moodler
<moodler>
Mon, 5 May 2003 12:25:08 +0000
(12:25 +0000)
committer
moodler
<moodler>
Mon, 5 May 2003 12:25:08 +0000
(12:25 +0000)
lib/weblib.php
patch
|
blob
|
history
diff --git
a/lib/weblib.php
b/lib/weblib.php
index 59b8ae476e05faea014aa4b43a34bb8ba32a1179..53ddbcd27866cc30b0d1f8ad4c8c899a3d9a4645 100644
(file)
--- a/
lib/weblib.php
+++ b/
lib/weblib.php
@@
-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;