| OLD | NEW |
| 1 <div class="page hidden" id="languageCustomizeModifierKeysOverlay"> | 1 <div class="page" id="languageCustomizeModifierKeysOverlay" hidden> |
| 2 <div class="content-area"> | 2 <div class="content-area"> |
| 3 <table class="option-control-table"> | 3 <table class="option-control-table"> |
| 4 <tr> | 4 <tr> |
| 5 <td class="option-name" i18n-content="xkbRemapSearchKeyToContent"></td> | 5 <td class="option-name" i18n-content="xkbRemapSearchKeyToContent"></td> |
| 6 <td class="option-value"> | 6 <td class="option-value"> |
| 7 <select id="xkb-remap-search-key-to" class="control" | 7 <select id="xkb-remap-search-key-to" class="control" |
| 8 pref="settings.language.xkb_remap_search_key_to" | 8 pref="settings.language.xkb_remap_search_key_to" |
| 9 dataType="number" | 9 dataType="number" |
| 10 i18n-options="xkbRemapSearchKeyToValue"></select> | 10 i18n-options="xkbRemapSearchKeyToValue"></select> |
| 11 </td> | 11 </td> |
| (...skipping 20 matching lines...) Expand all Loading... |
| 32 </table> | 32 </table> |
| 33 </div> | 33 </div> |
| 34 <div class="action-area"> | 34 <div class="action-area"> |
| 35 <div class="button-strip"> | 35 <div class="button-strip"> |
| 36 <button id="languageCustomizeModifierKeysOverleyDismissButton" | 36 <button id="languageCustomizeModifierKeysOverleyDismissButton" |
| 37 i18n-content="close" | 37 i18n-content="close" |
| 38 onclick="OptionsPage.closeOverlay();"></button> | 38 onclick="OptionsPage.closeOverlay();"></button> |
| 39 </div> | 39 </div> |
| 40 </div> | 40 </div> |
| 41 </div> | 41 </div> |
| OLD | NEW |