aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/viewtopic_body.html
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2011-06-18 23:21:45 +0200
committerNils Adermann <naderman@naderman.de>2011-06-18 23:22:25 +0200
commit6458a1a16ac3d9935a4933b0de7b6e464b33fce3 (patch)
tree867c3e16f9275cb74b404bdd1537f9a924437110 /phpBB/styles/prosilver/template/viewtopic_body.html
parent2bae5298e01c037fc552da9b5f160821a627a417 (diff)
downloadforums-6458a1a16ac3d9935a4933b0de7b6e464b33fce3.tar
forums-6458a1a16ac3d9935a4933b0de7b6e464b33fce3.tar.gz
forums-6458a1a16ac3d9935a4933b0de7b6e464b33fce3.tar.bz2
forums-6458a1a16ac3d9935a4933b0de7b6e464b33fce3.tar.xz
forums-6458a1a16ac3d9935a4933b0de7b6e464b33fce3.zip
[ticket/10232] Renamed S_SEARCH_HIDDEN_FIELDS to S_SEARCH_LOCAL_HIDDEN_FIELDS
Avoids the global hidden fields from functions.php overwriting local searches. PHPBB3-10232
Diffstat (limited to 'phpBB/styles/prosilver/template/viewtopic_body.html')
-rw-r--r--phpBB/styles/prosilver/template/viewtopic_body.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html
index 98e1988d10..32292f89ef 100644
--- a/phpBB/styles/prosilver/template/viewtopic_body.html
+++ b/phpBB/styles/prosilver/template/viewtopic_body.html
@@ -42,7 +42,7 @@
<fieldset>
<input class="inputbox search tiny" type="text" name="keywords" id="search_keywords" size="20" value="{L_SEARCH_TOPIC}" onclick="if(this.value=='{LA_SEARCH_TOPIC}')this.value='';" onblur="if(this.value=='')this.value='{LA_SEARCH_TOPIC}';" />
<input class="button2" type="submit" value="{L_SEARCH}" />
- {S_SEARCH_HIDDEN_FIELDS}
+ {S_SEARCH_LOCAL_HIDDEN_FIELDS}
</fieldset>
</form>
</div>