| OLD | NEW |
| 1 <div id="keyboard-overlay" class="page" hidden> | 1 <div id="keyboard-overlay" class="page" hidden> |
| 2 <div class="close-button"></div> | 2 <div class="close-button"></div> |
| 3 <h1 i18n-content="keyboardOverlay"></h1> | 3 <h1 i18n-content="keyboardOverlay"></h1> |
| 4 <div class="content-area"> | 4 <div class="content-area"> |
| 5 <table class="option-control-table"> | 5 <table class="option-control-table"> |
| 6 <tr> | 6 <tr> |
| 7 <td class="option-name" id="remap-search-key-to-label" | 7 <td class="option-name" id="remap-search-key-to-label" |
| 8 i18n-content="remapSearchKeyToContent"> | 8 i18n-content="remapSearchKeyToContent"> |
| 9 </td> | 9 </td> |
| 10 <td class="option-value"> | 10 <td class="option-value"> |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 when --has-chromeos-keyboard flag is not passed. --> | 45 when --has-chromeos-keyboard flag is not passed. --> |
| 46 <tr id="caps-lock-remapping-section" hidden> | 46 <tr id="caps-lock-remapping-section" hidden> |
| 47 <td class="option-name" id="remap-caps-lock-key-to-label" | 47 <td class="option-name" id="remap-caps-lock-key-to-label" |
| 48 i18n-content="remapCapsLockKeyToContent"> | 48 i18n-content="remapCapsLockKeyToContent"> |
| 49 </td> | 49 </td> |
| 50 <td class="option-value"> | 50 <td class="option-value"> |
| 51 <select class="control" | 51 <select class="control" |
| 52 data-type="number" | 52 data-type="number" |
| 53 metric="Options_KeyboardRemapCapsLockKey" | 53 metric="Options_KeyboardRemapCapsLockKey" |
| 54 pref="settings.language.remap_caps_lock_key_to" | 54 pref="settings.language.remap_caps_lock_key_to" |
| 55 i18n-options="remapCapsLockKeyToValue" |
| 55 aria-labelledby="remap-caps-lock-key-to-label" dialog-pref> | 56 aria-labelledby="remap-caps-lock-key-to-label" dialog-pref> |
| 56 </select> | 57 </select> |
| 57 </td> | 58 </td> |
| 58 </tr> | 59 </tr> |
| 59 <!-- The diamond key section is hidden by default. This is only visible | 60 <!-- The diamond key section is hidden by default. This is only visible |
| 60 when --has-chromeos-diamond-key flag is passed. --> | 61 when --has-chromeos-diamond-key flag is passed. --> |
| 61 <tr id="diamond-key-remapping-section" hidden> | 62 <tr id="diamond-key-remapping-section" hidden> |
| 62 <td class="option-name" id="remap-diamond-key-to-label" | 63 <td class="option-name" id="remap-diamond-key-to-label" |
| 63 i18n-content="remapDiamondKeyToContent"> | 64 i18n-content="remapDiamondKeyToContent"> |
| 64 </td> | 65 </td> |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 125 </div> | 126 </div> |
| 126 <div class="action-area"> | 127 <div class="action-area"> |
| 127 <div class="button-strip"> | 128 <div class="button-strip"> |
| 128 <button id="keyboard-cancel" type="reset" i18n-content="cancel"></button> | 129 <button id="keyboard-cancel" type="reset" i18n-content="cancel"></button> |
| 129 <button id="keyboard-confirm" class="default-button" type="submit" | 130 <button id="keyboard-confirm" class="default-button" type="submit" |
| 130 i18n-content="ok"> | 131 i18n-content="ok"> |
| 131 </button> | 132 </button> |
| 132 </div> | 133 </div> |
| 133 </div> | 134 </div> |
| 134 </div> | 135 </div> |
| OLD | NEW |