Fixing bug in patch for MDL-7721 - missing Search button. Sorry!

This commit is contained in:
nfreear 2006-11-29 10:16:01 +00:00
parent c2d341983f
commit 0dda92522c

View File

@ -91,6 +91,7 @@
document.assignform.previoussearch.value=1;
document.assignform.submit();
} " />
<input name="search" id="search" type="submit" value="<?php p($strsearch) ?>" />
<?php
if (!empty($searchtext)) {
echo '<br /><input name="showall" id="showall" type="submit" value="'.$strshowall.'" />'."\n";