mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
Fix Bug #47475 - Remove redundant code in prosilver search_results.html
Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9844 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
780854818b
commit
c84d5074c1
1 changed files with 0 additions and 1 deletions
|
@ -18,7 +18,6 @@
|
||||||
<div class="search-box" role="search">
|
<div class="search-box" role="search">
|
||||||
<!-- IF SEARCH_IN_RESULTS -->
|
<!-- IF SEARCH_IN_RESULTS -->
|
||||||
<label for="add_keywords">{L_SEARCH_IN_RESULTS}: <input type="text" name="add_keywords" id="add_keywords" value="" class="inputbox narrow" /></label>
|
<label for="add_keywords">{L_SEARCH_IN_RESULTS}: <input type="text" name="add_keywords" id="add_keywords" value="" class="inputbox narrow" /></label>
|
||||||
<input type="hidden" name="show_results" value="posts" />
|
|
||||||
<input class="button2" type="submit" name="submit" value="{L_SEARCH}" />
|
<input class="button2" type="submit" name="submit" value="{L_SEARCH}" />
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue