|
From: Joas S. <nic...@ph...> - 2009-07-24 09:06:19
|
Author: nickvergessen
Date: Fri Jul 24 09:05:48 2009
New Revision: 9844
Log:
Fix Bug #47475 - Remove redundant code in prosilver search_results.html
Authorised by: AcydBurn
Modified:
branches/phpBB-3_0_0/phpBB/styles/prosilver/template/search_results.html
Modified: branches/phpBB-3_0_0/phpBB/styles/prosilver/template/search_results.html
==============================================================================
*** branches/phpBB-3_0_0/phpBB/styles/prosilver/template/search_results.html (original)
--- branches/phpBB-3_0_0/phpBB/styles/prosilver/template/search_results.html Fri Jul 24 09:05:48 2009
***************
*** 18,24 ****
<div class="search-box" role="search">
<!-- 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>
- <input type="hidden" name="show_results" value="posts" />
<input class="button2" type="submit" name="submit" value="{L_SEARCH}" />
<!-- ENDIF -->
</div>
--- 18,23 ----
|