| OLD | NEW |
| 1 <div class="page hidden" id="systemPage"> | 1 <div class="page hidden" id="systemPage"> |
| 2 <div class="section"> | 2 <h1 i18n-content="systemPage"></h1> |
| 3 <div class="section-title" i18n-content="touchpad"></div> | 3 <section> |
| 4 <h3 i18n-content="touchpad"></h3> |
| 4 <table class="option-control-table"> | 5 <table class="option-control-table"> |
| 5 <tr> | 6 <tr> |
| 6 <td class="option-name" i18n-content="sensitivity"></td> | 7 <td class="option-name" i18n-content="sensitivity"></td> |
| 7 <td class="option-value"> | 8 <td class="option-value"> |
| 8 <input id="sensitivity-range" type="range" min="1" max="10" | 9 <input id="sensitivity-range" type="range" min="1" max="10" |
| 9 pref="settings.touchpad.sensitivity" class="touch-slider"> | 10 pref="settings.touchpad.sensitivity" class="touch-slider"> |
| 10 </td> | 11 </td> |
| 11 </tr> | 12 </tr> |
| 12 <tr> | 13 <tr> |
| 13 <td class="option-name" i18n-content="speed_factor"></td> | 14 <td class="option-name" i18n-content="speed_factor"></td> |
| 14 <td class="option-value"> | 15 <td class="option-value"> |
| 15 <input id="speed-range" type="range" min="1" max="10" | 16 <input id="speed-range" type="range" min="1" max="10" |
| 16 pref="settings.touchpad.speed_factor" class="touch-slider"> | 17 pref="settings.touchpad.speed_factor" class="touch-slider"> |
| 17 </td> | 18 </td> |
| 18 </tr> | 19 </tr> |
| 19 <tr> | 20 <tr> |
| 20 <td class="option-name" colspan="2"><label><input | 21 <td class="option-name" colspan="2"><label><input |
| 21 id="tap-to-click-check" | 22 id="tap-to-click-check" |
| 22 pref="settings.touchpad.enable_tap_to_click" | 23 pref="settings.touchpad.enable_tap_to_click" |
| 23 type="checkbox"><span i18n-content="enable_tap_to_click"></span></
label></td> | 24 type="checkbox"><span i18n-content="enable_tap_to_click"></span></
label></td> |
| 24 </tr> | 25 </tr> |
| 25 <tr> | 26 <tr> |
| 26 <td class="option-name" colspan="2"><label><input | 27 <td class="option-name" colspan="2"><label><input |
| 27 id="vert-scroll-check" | 28 id="vert-scroll-check" |
| 28 pref="settings.touchpad.enable_vert_edge_scroll" | 29 pref="settings.touchpad.enable_vert_edge_scroll" |
| 29 type="checkbox"><span | 30 type="checkbox"><span |
| 30 i18n-content="enable_vert_edge_scroll"></span></label></td> | 31 i18n-content="enable_vert_edge_scroll"></span></label></td> |
| 31 </tr> | 32 </tr> |
| 32 </table> | 33 </table> |
| 33 </div> | 34 </section> |
| 34 <div class="section"> | 35 <section> |
| 35 <div class="section-title" i18n-content="language"></div> | 36 <h3 i18n-content="language"></h3> |
| 36 <table class="option-control-table"> | 37 <table class="option-control-table"> |
| 37 <tr> | 38 <tr> |
| 38 <td class="option-name"><button id="language-button" | 39 <td class="option-name"><button id="language-button" |
| 39 i18n-content="language_customize"></button> | 40 i18n-content="language_customize"></button> |
| 40 </td> | 41 </td> |
| 41 </tr> | 42 </tr> |
| 42 </table> | 43 </table> |
| 43 </div> | 44 </section> |
| 44 <div class="section"> | 45 <section> |
| 45 <div class="section-title" i18n-content="accessibility_title"></div> | 46 <h3 i18n-content="accessibility_title"></h3> |
| 46 <table class="option-control-table"> | 47 <table class="option-control-table"> |
| 47 <tr> | 48 <tr> |
| 48 <td class="option-name"><label><input id="accesibility-check" | 49 <td class="option-name"><label><input id="accesibility-check" |
| 49 pref="settings.accessibility" type="checkbox"><span | 50 pref="settings.accessibility" type="checkbox"><span |
| 50 i18n-content="accessibility"></span></label></td> | 51 i18n-content="accessibility"></span></label></td> |
| 51 </tr> | 52 </tr> |
| 52 </table> | 53 </table> |
| 53 </div> | 54 </section> |
| 54 </div> | 55 </div> |
| OLD | NEW |