aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2011-06-19 17:58:16 +0200
committerAndreas Fischer <bantu@phpbb.com>2011-06-19 17:58:16 +0200
commitb2f5d5c876aa2115c6f5e8e7ad0630352d65ddda (patch)
tree09e682179ebf9e35b17aa8960bc5fa21588a0fd5 /phpBB/styles/prosilver
parent93dba4b02398a2bafec13348117b370859951fb6 (diff)
parentb43907d69ecb8c63d85c973520209f1050ad8165 (diff)
downloadforums-b2f5d5c876aa2115c6f5e8e7ad0630352d65ddda.tar
forums-b2f5d5c876aa2115c6f5e8e7ad0630352d65ddda.tar.gz
forums-b2f5d5c876aa2115c6f5e8e7ad0630352d65ddda.tar.bz2
forums-b2f5d5c876aa2115c6f5e8e7ad0630352d65ddda.tar.xz
forums-b2f5d5c876aa2115c6f5e8e7ad0630352d65ddda.zip
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/10232] Renamed S_SEARCH_HIDDEN_FIELDS to S_SEARCH_LOCAL_HIDDEN_FIELDS
Diffstat (limited to 'phpBB/styles/prosilver')
-rw-r--r--phpBB/styles/prosilver/template/viewforum_body.html2
-rw-r--r--phpBB/styles/prosilver/template/viewtopic_body.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/viewforum_body.html b/phpBB/styles/prosilver/template/viewforum_body.html
index 5ea1330aab..385d3eed71 100644
--- a/phpBB/styles/prosilver/template/viewforum_body.html
+++ b/phpBB/styles/prosilver/template/viewforum_body.html
@@ -49,7 +49,7 @@
<fieldset>
<input class="inputbox search tiny" type="text" name="keywords" id="search_keywords" size="20" value="{L_SEARCH_FORUM}" onclick="if (this.value == '{LA_SEARCH_FORUM}') this.value = '';" onblur="if (this.value == '') this.value = '{LA_SEARCH_FORUM}';" />
<input class="button2" type="submit" value="{L_SEARCH}" />
- {S_SEARCH_HIDDEN_FIELDS}
+ {S_SEARCH_LOCAL_HIDDEN_FIELDS}
</fieldset>
</form>
</div>
diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html
index 5b9102e6d2..f7a1ff4f99 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>