]> git.mjollnir.org Git - moodle.git/commitdiff
Now searchbox table is closed by hand, because print_simple_box_xxx()
authorstronk7 <stronk7>
Sun, 9 Apr 2006 09:11:18 +0000 (09:11 +0000)
committerstronk7 <stronk7>
Sun, 9 Apr 2006 09:11:18 +0000 (09:11 +0000)
methods (div based) were breaking things a bit here. Bug 5087)
(http://moodle.org/bugs/bug.php?op=show&bugid=5087)

mod/glossary/view.php

index eede1cc13c6d14630d1d1dda4def3d6bd3cd6d73..08b1102d4d2c9deff78f9f13a2a1182d2e712d1a 100644 (file)
     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 />';