Removed spacers and fixed some styles here

This commit is contained in:
moodler
2005-03-28 06:48:16 +00:00
parent 290130b3f8
commit 74ded78359
+1 -5
View File
@@ -139,7 +139,6 @@
}
print_heading_block($headertext);
print_spacer(8,1);
forum_print_latest_discussions($SITE, $newsforum, $SITE->newsitems);
}
break;
@@ -149,7 +148,6 @@
if (isset($USER->id) and !isset($USER->admin)) {
print_heading_block(get_string('mycourses'));
print_spacer(8,1);
print_my_moodle();
} else {
if (count_records('course_categories') > 1) {
@@ -158,14 +156,12 @@
} else {
print_heading_block(get_string('categories'));
}
print_spacer(8,1);
print_simple_box_start('center', '100%');
print_simple_box_start('center', '100%', '', 5, 'categorybox');
print_whole_category_list();
print_simple_box_end();
print_course_search('', false, 'short');
} else {
print_heading_block(get_string('availablecourses'));
print_spacer(8,1);
print_courses(0, '100%');
}
}