mirror of
https://github.com/moodle/moodle.git
synced 2025-03-13 20:26:32 +01:00
MDL-12613 - this should fix (part of) the problem with the search block (take 2)
This commit is contained in:
parent
aa66df4dff
commit
d66dc4b2d7
@ -2817,7 +2817,7 @@ function forum_search_form($course, $search='') {
|
||||
$output .= '<form action="'.$CFG->wwwroot.'/mod/forum/search.php" style="display:inline">';
|
||||
$output .= '<fieldset class="invisiblefieldset">';
|
||||
$output .= helpbutton('search', get_string('search'), 'moodle', true, false, '', true);
|
||||
$output .= '<input name="search" type="text" size="18" value="'.s($search).'" alt="search" />';
|
||||
$output .= '<input name="search" type="text" size="18" value="'.s($search, true).'" alt="search" />';
|
||||
$output .= '<input value="'.get_string('searchforums', 'forum').'" type="submit" />';
|
||||
$output .= '<input name="id" type="hidden" value="'.$course->id.'" />';
|
||||
$output .= '</fieldset>';
|
||||
|
Loading…
x
Reference in New Issue
Block a user