ghost
1 year ago
2 changed files with 16 additions and 2 deletions
@ -1,4 +1,4 @@
@@ -1,4 +1,4 @@
|
||||
<form class="margin-t-8" name="search" method="get" action="search"> |
||||
<input type="text" name="query" value="<?php echo $query ?>" placeholder="<?php echo _('search or submit magnet link') ?>" /> |
||||
<input type="submit" value="<?php echo _('submit') ?>" /> |
||||
<input class="min-width-200-px" type="text" name="query" value="<?php echo $query ?>" placeholder="<?php echo _('keyword, file, extension, hash...') ?>" /> |
||||
<input type="submit" value="<?php echo _('search') ?>" /> |
||||
</form> |
Loading…
Reference in new issue