Course category listings now have a search box in the navbar for students

and non-users
This commit is contained in:
moodler 2003-08-21 16:24:29 +00:00
parent ee44a11f06
commit 98e9a035d7
2 changed files with 4 additions and 5 deletions

View file

@ -1147,7 +1147,6 @@ function print_course_search($value="", $return=false, $format="plain") {
$output .= "<form name=\"coursesearch\" action=\"$CFG->wwwroot/course/search.php\" method=\"get\">";
$output .= "<input type=\"text\" size=20 name=\"search\" value=\"$value\">";
$output .= "<input type=\"submit\" value=\"$strsearchcourses\">";
$output .= "<input name=id type=hidden value=\"$course->id\">";
$output .= "</form>";
$output .= "</td></tr></table>";
}