| 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 615 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 626 <div class="checkbox"> | 626 <div class="checkbox"> |
| 627 <label> | 627 <label> |
| 628 <input id="accessibility-high-contrast-check" type="checkbox"> | 628 <input id="accessibility-high-contrast-check" type="checkbox"> |
| 629 <span i18n-content="accessibilityHighContrast"></span> | 629 <span i18n-content="accessibilityHighContrast"></span> |
| 630 </label> | 630 </label> |
| 631 </div> | 631 </div> |
| 632 </div> | 632 </div> |
| 633 <div class="option-name"> | 633 <div class="option-name"> |
| 634 <div class="checkbox"> | 634 <div class="checkbox"> |
| 635 <label> | 635 <label> |
| 636 <input id="accessibility-screen-magnifier-check" |
| 637 pref="settings.a11y.screen_magnifier" type="checkbox"> |
| 636 <span i18n-content="accessibilityScreenMagnifier"></span> | 638 <span i18n-content="accessibilityScreenMagnifier"></span> |
| 637 <select id="accessibility-screen-magnifier-type"> | |
| 638 <option value="" | |
| 639 i18n-content="accessibilityScreenMagnifierOff"></option> | |
| 640 <option value="full" | |
| 641 i18n-content="accessibilityScreenMagnifierFull"> | |
| 642 </option> | |
| 643 <option value="partial" | |
| 644 i18n-content="accessibilityScreenMagnifierPartial"> | |
| 645 </option> | |
| 646 </select> | |
| 647 </label> | 639 </label> |
| 648 </div> | 640 </div> |
| 649 </div> | 641 </div> |
| 650 <div class="option-name"> | 642 <div class="option-name"> |
| 651 <div class="checkbox"> | 643 <div class="checkbox"> |
| 652 <label> | 644 <label> |
| 653 <input id="accessibility-tap-dragging-check" | 645 <input id="accessibility-tap-dragging-check" |
| 654 pref="settings.touchpad.enable_tap_dragging" type="checkbox"> | 646 pref="settings.touchpad.enable_tap_dragging" type="checkbox"> |
| 655 <span i18n-content="accessibilityTapDragging"></span> | 647 <span i18n-content="accessibilityTapDragging"></span> |
| 656 </label> | 648 </label> |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 690 </section> | 682 </section> |
| 691 </if> | 683 </if> |
| 692 </div> <!-- advanced-settings-container --> | 684 </div> <!-- advanced-settings-container --> |
| 693 </div> <!-- advanced-settings --> | 685 </div> <!-- advanced-settings --> |
| 694 <footer> | 686 <footer> |
| 695 <button id="advanced-settings-expander" class="link-button" | 687 <button id="advanced-settings-expander" class="link-button" |
| 696 i18n-content="showAdvancedSettings"> | 688 i18n-content="showAdvancedSettings"> |
| 697 </button> | 689 </button> |
| 698 </footer> | 690 </footer> |
| 699 </div> | 691 </div> |
| OLD | NEW |