mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
returned "Show all" back the the search row
This commit is contained in:
parent
574558f0e5
commit
718269e7f5
@ -94,7 +94,7 @@
|
||||
<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";
|
||||
echo '<input name="showall" id="showall" type="submit" value="'.$strshowall.'" />'."\n";
|
||||
}
|
||||
?>
|
||||
</td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user