returned "Show all" back the the search row

This commit is contained in:
skodak 2006-11-29 21:55:31 +00:00
parent 574558f0e5
commit 718269e7f5

View File

@ -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>