| OLD | NEW |
| 1 <div class="page" id="systemPage" hidden> | 1 <div id="systemPage" class="page" hidden> |
| 2 <h1 i18n-content="systemPage"></h1> | 2 <h1 i18n-content="systemPage"></h1> |
| 3 <section> | 3 <section> |
| 4 <h3 i18n-content="datetime_title"></h3> | 4 <h3 i18n-content="datetime_title"></h3> |
| 5 <table class="option-control-table"> | 5 <table class="option-control-table"> |
| 6 <tr> | 6 <tr> |
| 7 <td class="option-name" i18n-content="timezone"></td> | 7 <td class="option-name" i18n-content="timezone"></td> |
| 8 <td class="option-value"> | 8 <td class="option-value"> |
| 9 <select id="timezone-select" class="control" | 9 <select id="timezone-select" class="control" |
| 10 i18n-options="timezoneList" | 10 i18n-options="timezoneList" |
| 11 dataType="string" | 11 dataType="string" |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 </label> | 55 </label> |
| 56 </div> | 56 </div> |
| 57 </td> | 57 </td> |
| 58 </tr> | 58 </tr> |
| 59 </table> | 59 </table> |
| 60 </section> | 60 </section> |
| 61 <section> | 61 <section> |
| 62 <h3 i18n-content="language"></h3> | 62 <h3 i18n-content="language"></h3> |
| 63 <table class="option-control-table"> | 63 <table class="option-control-table"> |
| 64 <tr> | 64 <tr> |
| 65 <td class="option-name"><button id="language-button" | 65 <td class="option-name"> |
| 66 i18n-content="language_customize"></button> | 66 <button id="language-button" i18n-content="language_customize"> |
| 67 </button> |
| 67 </td> | 68 </td> |
| 68 <td class="option-name"><button id="modifier-keys-button" | 69 <td class="option-name"> |
| 69 i18n-content="modifier_keys_customize"></button> | 70 <button id="modifier-keys-button" |
| 71 i18n-content="modifier_keys_customize"></button> |
| 70 </td> | 72 </td> |
| 71 </tr> | 73 </tr> |
| 72 </table> | 74 </table> |
| 73 </section> | 75 </section> |
| 74 <section> | 76 <section> |
| 75 <h3 i18n-content="accessibility_title"></h3> | 77 <h3 i18n-content="accessibility_title"></h3> |
| 76 <table class="option-control-table"> | 78 <table class="option-control-table"> |
| 77 <tr> | 79 <tr> |
| 78 <td class="option-name"> | 80 <td class="option-name"> |
| 79 <div class="checkbox"> | 81 <div class="checkbox"> |
| 80 <label> | 82 <label> |
| 81 <input id="accesibility-check" type="checkbox"> | 83 <input id="accesibility-check" type="checkbox"> |
| 82 <span i18n-content="accessibility"></span> | 84 <span i18n-content="accessibility"></span> |
| 83 </label> | 85 </label> |
| 84 </div> | 86 </div> |
| 85 </td> | 87 </td> |
| 86 </tr> | 88 </tr> |
| 87 </table> | 89 </table> |
| 88 </section> | 90 </section> |
| 89 </div> | 91 </div> |
| OLD | NEW |