| 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 <!-- removed until we expose it properly from ChromeOS side | |
| 4 <section> | 3 <section> |
| 5 <h3 i18n-content="datetime_title"></h3> | 4 <h3 i18n-content="datetime_title"></h3> |
| 6 <table class="option-control-table"> | 5 <table class="option-control-table"> |
| 7 <tr> | 6 <tr> |
| 8 <td class="option-name" i18n-content="timezone"></td> | 7 <td class="option-name" i18n-content="timezone"></td> |
| 9 <td class="option-value"> | 8 <td class="option-value"> |
| 10 <select id="timezone-select" class="control" | 9 <select id="timezone-select" class="control" |
| 11 pref="settings.datetime.timezone"></select> | 10 pref="cros.system.timezone"></select> |
| 12 </td> | 11 </td> |
| 13 </tr> | 12 </tr> |
| 14 </table> | 13 </table> |
| 15 </section> | 14 </section> |
| 16 --> | |
| 17 <section> | 15 <section> |
| 18 <h3 i18n-content="touchpad"></h3> | 16 <h3 i18n-content="touchpad"></h3> |
| 19 <table class="option-control-table"> | 17 <table class="option-control-table"> |
| 20 <tr> | 18 <tr> |
| 21 <td class="option-name" i18n-content="sensitivity"></td> | 19 <td class="option-name" i18n-content="sensitivity"></td> |
| 22 <td class="option-value"> | 20 <td class="option-value"> |
| 23 <input id="sensitivity-range" type="range" min="1" max="10" | 21 <input id="sensitivity-range" type="range" min="1" max="10" |
| 24 pref="settings.touchpad.sensitivity" class="touch-slider"> | 22 pref="settings.touchpad.sensitivity" class="touch-slider"> |
| 25 </td> | 23 </td> |
| 26 </tr> | 24 </tr> |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 102 <h3 i18n-content="accessibility_title"></h3> | 100 <h3 i18n-content="accessibility_title"></h3> |
| 103 <table class="option-control-table"> | 101 <table class="option-control-table"> |
| 104 <tr> | 102 <tr> |
| 105 <td class="option-name"><label><input id="accesibility-check" | 103 <td class="option-name"><label><input id="accesibility-check" |
| 106 pref="settings.accessibility" type="checkbox"><span | 104 pref="settings.accessibility" type="checkbox"><span |
| 107 i18n-content="accessibility"></span></label></td> | 105 i18n-content="accessibility"></span></label></td> |
| 108 </tr> | 106 </tr> |
| 109 </table> | 107 </table> |
| 110 </section> | 108 </section> |
| 111 </div> | 109 </div> |
| OLD | NEW |