mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Fixing bug in patch for MDL-7721 - missing Search button. Sorry!
This commit is contained in:
parent
c2d341983f
commit
0dda92522c
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user