| OLD | NEW |
| 1 <div class="page hidden" id="systemPage"> | 1 <div class="page hidden" id="systemPage"> |
| 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 pref="cros.system.timezone"></select> | 12 pref="cros.system.timezone"></select> |
| 12 </td> | 13 </td> |
| 13 </tr> | 14 </tr> |
| 14 </table> | 15 </table> |
| 15 </section> | 16 </section> |
| 16 <section> | 17 <section> |
| 17 <h3 i18n-content="touchpad"></h3> | 18 <h3 i18n-content="touchpad"></h3> |
| 18 <table class="option-control-table"> | 19 <table class="option-control-table"> |
| 19 <tr> | 20 <tr> |
| 20 <td class="option-name" i18n-content="sensitivity"></td> | 21 <td class="option-name" i18n-content="sensitivity"></td> |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 56 <label class="checkbox"> | 57 <label class="checkbox"> |
| 57 <input id="accesibility-check" | 58 <input id="accesibility-check" |
| 58 pref="settings.accessibility" type="checkbox"> | 59 pref="settings.accessibility" type="checkbox"> |
| 59 <span i18n-content="accessibility"></span> | 60 <span i18n-content="accessibility"></span> |
| 60 </label> | 61 </label> |
| 61 </td> | 62 </td> |
| 62 </tr> | 63 </tr> |
| 63 </table> | 64 </table> |
| 64 </section> | 65 </section> |
| 65 </div> | 66 </div> |
| OLD | NEW |