| OLD | NEW |
| 1 <div id="settings" class="page" hidden> | 1 <div id="settings" class="page" hidden> |
| 2 <header> | 2 <header> |
| 3 <h1 i18n-content="settingsTitle"></h1> | 3 <h1 i18n-content="settingsTitle"></h1> |
| 4 </header> | 4 </header> |
| 5 <if expr="not pp_ifdef('chromeos')"> | 5 <if expr="not pp_ifdef('chromeos')"> |
| 6 <include src="sync_section.html"> | 6 <include src="sync_section.html"> |
| 7 </if> | 7 </if> |
| 8 <if expr="pp_ifdef('chromeos')"> | 8 <if expr="pp_ifdef('chromeos')"> |
| 9 <section> | 9 <section> |
| 10 <h3 i18n-content="sectionTitleInternet"></h3> | 10 <h3 i18n-content="sectionTitleInternet"></h3> |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 86 </div> | 86 </div> |
| 87 <div id="mouse-settings" class="settings-row" hidden> | 87 <div id="mouse-settings" class="settings-row" hidden> |
| 88 <span class="option-name" i18n-content="mouseSpeed"></span> | 88 <span class="option-name" i18n-content="mouseSpeed"></span> |
| 89 <input id="sensitivity-range" type="range" min="1" max="5" | 89 <input id="sensitivity-range" type="range" min="1" max="5" |
| 90 pref="settings.mouse.sensitivity2" class="touch-slider"> | 90 pref="settings.mouse.sensitivity2" class="touch-slider"> |
| 91 </div> | 91 </div> |
| 92 <div id="no-pointing-devices" i18n-content="noPointingDevices" | 92 <div id="no-pointing-devices" i18n-content="noPointingDevices" |
| 93 class="settings-row" hidden> | 93 class="settings-row" hidden> |
| 94 </div> | 94 </div> |
| 95 <div class="settings-row"> | 95 <div class="settings-row"> |
| 96 <button id="pointer-settings-button" | 96 <button id="pointer-settings-button"> |
| 97 i18n-content="touchpadMouseSettingsButtonTitle"> | |
| 98 </button> | 97 </button> |
| 99 <button id="keyboard-settings-button" | 98 <button id="keyboard-settings-button" |
| 100 i18n-content="keyboardSettingsButtonTitle"> | 99 i18n-content="keyboardSettingsButtonTitle"> |
| 101 </button> | 100 </button> |
| 102 </div> | 101 </div> |
| 103 </div> | 102 </div> |
| 104 </section> | 103 </section> |
| 105 </if> | 104 </if> |
| 106 <section> | 105 <section> |
| 107 <h3 i18n-content="sectionTitleSearch"></h3> | 106 <h3 i18n-content="sectionTitleSearch"></h3> |
| (...skipping 390 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 498 </section> | 497 </section> |
| 499 </if> | 498 </if> |
| 500 </div> <!-- advanced-settings-container --> | 499 </div> <!-- advanced-settings-container --> |
| 501 </div> <!-- advanced-settings --> | 500 </div> <!-- advanced-settings --> |
| 502 <footer> | 501 <footer> |
| 503 <button id="advanced-settings-expander" class="link-button" | 502 <button id="advanced-settings-expander" class="link-button" |
| 504 i18n-content="showAdvancedSettings"> | 503 i18n-content="showAdvancedSettings"> |
| 505 </button> | 504 </button> |
| 506 </footer> | 505 </footer> |
| 507 </div> | 506 </div> |
| OLD | NEW |