1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-20 07:21:30 +02:00

[ticket/9388] Use "togglable" instead of "toggable"

PHPBB3-9388
This commit is contained in:
Cesar G
2014-05-09 13:49:41 -07:00
parent 2ca01bdcbe
commit e233f0af36
7 changed files with 7 additions and 7 deletions

View File

@@ -46,7 +46,7 @@
<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]" data-toggable-settings="true">{S_SEARCH_TYPES}</select></dd>
<dd><select id="search_type" name="config[search_type]" data-togglable-settings="true">{S_SEARCH_TYPES}</select></dd>
</dl>
</fieldset>