From 6458a1a16ac3d9935a4933b0de7b6e464b33fce3 Mon Sep 17 00:00:00 2001 From: Nils Adermann Date: Sat, 18 Jun 2011 23:21:45 +0200 Subject: [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 --- phpBB/styles/prosilver/template/viewforum_body.html | 2 +- phpBB/styles/prosilver/template/viewtopic_body.html | 2 +- phpBB/styles/subsilver2/template/searchbox.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/template/viewforum_body.html b/phpBB/styles/prosilver/template/viewforum_body.html index 6a789074b1..02f42fa097 100644 --- a/phpBB/styles/prosilver/template/viewforum_body.html +++ b/phpBB/styles/prosilver/template/viewforum_body.html @@ -49,7 +49,7 @@
- {S_SEARCH_HIDDEN_FIELDS} + {S_SEARCH_LOCAL_HIDDEN_FIELDS}
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 @@
- {S_SEARCH_HIDDEN_FIELDS} + {S_SEARCH_LOCAL_HIDDEN_FIELDS}
diff --git a/phpBB/styles/subsilver2/template/searchbox.html b/phpBB/styles/subsilver2/template/searchbox.html index 09b87a15d8..622961c881 100644 --- a/phpBB/styles/subsilver2/template/searchbox.html +++ b/phpBB/styles/subsilver2/template/searchbox.html @@ -1 +1 @@ -
{L_SEARCH_FOR}: {S_SEARCH_HIDDEN_FIELDS}
+
{L_SEARCH_FOR}: {S_SEARCH_LOCAL_HIDDEN_FIELDS}
-- cgit v1.2.1