| OLD | NEW |
| 1 <div id="keyboard-overlay" class="page" hidden> | 1 <dialog id="keyboard-overlay" class="page"> |
| 2 <div class="close-button"></div> | 2 <div class="close-button"></div> |
| 3 <h1 i18n-content="keyboardOverlayTitle"></h1> | 3 <h1 i18n-content="keyboardOverlayTitle"></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> | 7 <td> |
| 8 <label class="option-name" for="remap-search-key-to" | 8 <label class="option-name" for="remap-search-key-to" |
| 9 i18n-content="remapSearchKeyToContent"> | 9 i18n-content="remapSearchKeyToContent"> |
| 10 </label> | 10 </label> |
| 11 </td> | 11 </td> |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 i18n-content="changeLanguageAndInputSettings"></button> | 78 i18n-content="changeLanguageAndInputSettings"></button> |
| 79 </div> | 79 </div> |
| 80 <div class="action-area"> | 80 <div class="action-area"> |
| 81 <div class="button-strip"> | 81 <div class="button-strip"> |
| 82 <button id="keyboard-cancel" type="reset" i18n-content="cancel"></button> | 82 <button id="keyboard-cancel" type="reset" i18n-content="cancel"></button> |
| 83 <button id="keyboard-confirm" class="default-button" type="submit" | 83 <button id="keyboard-confirm" class="default-button" type="submit" |
| 84 i18n-content="ok"> | 84 i18n-content="ok"> |
| 85 </button> | 85 </button> |
| 86 </div> | 86 </div> |
| 87 </div> | 87 </div> |
| 88 </div> | 88 </dialog> |
| OLD | NEW |