mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Course category listings now have a search box in the navbar for students
and non-users
This commit is contained in:
parent
ee44a11f06
commit
98e9a035d7
2 changed files with 4 additions and 5 deletions
|
@ -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>";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue