aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style
diff options
context:
space:
mode:
authorCesar G <prototech91@gmail.com>2014-05-06 17:57:33 -0700
committerCesar G <prototech91@gmail.com>2014-05-08 08:35:38 -0700
commite378037516903ed612c88e8ad0138ec956077b58 (patch)
tree01bb1eab4342cef0051ac59fae264aa8a908fa86 /phpBB/adm/style
parentd95164e64155ea3bdbca69532af5dd49c093b351 (diff)
downloadforums-e378037516903ed612c88e8ad0138ec956077b58.tar
forums-e378037516903ed612c88e8ad0138ec956077b58.tar.gz
forums-e378037516903ed612c88e8ad0138ec956077b58.tar.bz2
forums-e378037516903ed612c88e8ad0138ec956077b58.tar.xz
forums-e378037516903ed612c88e8ad0138ec956077b58.zip
[ticket/9388] Display only the settings for the selected search backend.
PHPBB3-9388
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r--phpBB/adm/style/acp_search.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/acp_search.html b/phpBB/adm/style/acp_search.html
index 496a8b2675..dd63eac7d5 100644
--- a/phpBB/adm/style/acp_search.html
+++ b/phpBB/adm/style/acp_search.html
@@ -46,13 +46,13 @@
<legend>{L_SEARCH_TYPE}</legend>
<dl>
<dt><label for="search_type">{L_SEARCH_TYPE}{L_COLON}</label><br /><span>{L_SEARCH_TYPE_EXPLAIN}</span></dt>
- <dd><select id="search_type" name="config[search_type]">{S_SEARCH_TYPES}</select></dd>
+ <dd><select id="search_type" name="config[search_type]" data-toggable-settings="true">{S_SEARCH_TYPES}</select></dd>
</dl>
</fieldset>
<!-- BEGIN backend -->
- <fieldset>
+ <fieldset id="search_{backend.IDENTIFIER}_settings">
<legend>{backend.NAME}</legend>
{backend.SETTINGS}
</fieldset>