mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
Now searchbox table is closed by hand, because print_simple_box_xxx()
methods (div based) were breaking things a bit here. Bug 5087) (http://moodle.org/bugs/bug.php?op=show&bugid=5087)
This commit is contained in:
parent
34b9ce2572
commit
2cf1011b25
@ -267,7 +267,7 @@
|
||||
echo '<input type="hidden" name="mode" value="search" />';
|
||||
echo '<input type="hidden" name="id" value="'.$cm->id.'" />';
|
||||
echo $strsearchindefinition;
|
||||
print_simple_box_end();
|
||||
echo '</td></tr></table>';
|
||||
|
||||
echo '</form>';
|
||||
echo '<br />';
|
||||
|
Loading…
x
Reference in New Issue
Block a user