Shorter search box to help smaller screens

This commit is contained in:
moodler 2003-12-20 02:47:14 +00:00
parent 64569cbb5b
commit 4020587b9a

View File

@ -148,7 +148,7 @@
print_simple_box_start("center", "100%");
print_whole_category_list();
print_simple_box_end();
print_course_search();
print_course_search("", false, "short");
} else {
print_courses(0, "100%");
}