From: moodler <moodler> Date: Sat, 20 Dec 2003 02:47:14 +0000 (+0000) Subject: Shorter search box to help smaller screens X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=4020587b9a84fc97099aaa94f30c4bb59f1df2fd;p=moodle.git Shorter search box to help smaller screens --- diff --git a/index.php b/index.php index c06a70f952..863396cf81 100644 --- a/index.php +++ b/index.php @@ -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%"); }