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:
stronk7 2006-04-09 09:11:18 +00:00
parent 34b9ce2572
commit 2cf1011b25

View File

@ -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 />';