| OLD | NEW |
| 1 <div class="page hidden" id="systemPage"> | 1 <div class="page" id="systemPage" 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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 80 <label> | 80 <label> |
| 81 <input id="accesibility-check" type="checkbox"> | 81 <input id="accesibility-check" type="checkbox"> |
| 82 <span i18n-content="accessibility"></span> | 82 <span i18n-content="accessibility"></span> |
| 83 </label> | 83 </label> |
| 84 </div> | 84 </div> |
| 85 </td> | 85 </td> |
| 86 </tr> | 86 </tr> |
| 87 </table> | 87 </table> |
| 88 </section> | 88 </section> |
| 89 </div> | 89 </div> |
| OLD | NEW |