Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7b7951
)
Fix for category box display on IE
author
moodler
<moodler>
Thu, 24 Oct 2002 12:49:53 +0000
(12:49 +0000)
committer
moodler
<moodler>
Thu, 24 Oct 2002 12:49:53 +0000
(12:49 +0000)
course/lib.php
patch
|
blob
|
blame
|
history
diff --git
a/course/lib.php
b/course/lib.php
index
b064802
..
1343763
100644
(file)
--- a/
course/lib.php
+++ b/
course/lib.php
@@
-579,7
+579,7
@@
function print_course_categories($categories, $selected="none", $width=180) {
print_spacer(8,1);
}
foreach ($categories as $category) {
- print_simple_box_start("
LEFT
", "100%");
+ print_simple_box_start("
CENTER
", "100%");
print_heading("<A HREF=\"course/index.php?category=$category->id\">$category->name</A>", "LEFT");
$some = false;
echo "<UL>";