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="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="xkb-remap-search-key-to" | 8 <label class="option-name" for="xkb-remap-search-key-to" |
9 i18n-content="xkbRemapSearchKeyToContent"> | 9 i18n-content="xkbRemapSearchKeyToContent"> |
10 </label> | 10 </label> |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
43 </tr> | 43 </tr> |
44 </table> | 44 </table> |
45 </div> | 45 </div> |
46 <div class="action-area"> | 46 <div class="action-area"> |
47 <div class="button-strip"> | 47 <div class="button-strip"> |
48 <button id="keyboard-cancel" type="reset" i18n-content="cancel"></button> | 48 <button id="keyboard-cancel" type="reset" i18n-content="cancel"></button> |
49 <button id="keyboard-confirm" type="submit" i18n-content="ok"></button> | 49 <button id="keyboard-confirm" type="submit" i18n-content="ok"></button> |
50 </div> | 50 </div> |
51 </div> | 51 </div> |
52 </div> | 52 </div> |
OLD | NEW |