diff options
| author | Cesar G <prototech91@gmail.com> | 2014-05-09 13:49:41 -0700 |
|---|---|---|
| committer | Cesar G <prototech91@gmail.com> | 2014-05-09 13:49:41 -0700 |
| commit | e233f0af3615070a003a49bf055ae9fa582cc899 (patch) | |
| tree | edfeb589866241895c720b59083700ea0f2da9e1 /phpBB/styles/subsilver2 | |
| parent | 2ca01bdcbee86cdbf9971c356c2224e9ea8358f4 (diff) | |
| download | forums-e233f0af3615070a003a49bf055ae9fa582cc899.tar forums-e233f0af3615070a003a49bf055ae9fa582cc899.tar.gz forums-e233f0af3615070a003a49bf055ae9fa582cc899.tar.bz2 forums-e233f0af3615070a003a49bf055ae9fa582cc899.tar.xz forums-e233f0af3615070a003a49bf055ae9fa582cc899.zip | |
[ticket/9388] Use "togglable" instead of "toggable"
PHPBB3-9388
Diffstat (limited to 'phpBB/styles/subsilver2')
| -rw-r--r-- | phpBB/styles/subsilver2/template/ucp_profile_avatar.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/ucp_profile_avatar.html b/phpBB/styles/subsilver2/template/ucp_profile_avatar.html index 11eb537b5c..07b3edb498 100644 --- a/phpBB/styles/subsilver2/template/ucp_profile_avatar.html +++ b/phpBB/styles/subsilver2/template/ucp_profile_avatar.html @@ -27,7 +27,7 @@ <tr> <td class="row1" width="35%"><b class="genmed">{L_AVATAR_TYPE}{L_COLON}</b></td> <td class="row2"> - <select name="avatar_driver" id="avatar_driver" data-toggable-settings="true"> + <select name="avatar_driver" id="avatar_driver" data-togglable-settings="true"> <option value="">{L_NO_AVATAR_CATEGORY}</option> <!-- BEGIN avatar_drivers --> <option value="{avatar_drivers.DRIVER}"<!-- IF avatar_drivers.SELECTED --> selected="selected"<!-- ENDIF --> data-toggle-setting=".avatar_option_{avatar_drivers.DRIVER}">{avatar_drivers.L_TITLE}</option> |
