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 619 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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" | 636 <input id="accessibility-screen-magnifier-check" |
637 pref="settings.a11y.screen_magnifier" type="checkbox"> | 637 pref="settings.a11y.screen_magnifier" type="checkbox"> |
638 <span i18n-content="accessibilityScreenMagnifier"></span> | 638 <span i18n-content="accessibilityScreenMagnifier"></span> |
639 </label> | 639 </label> |
| 640 <select id="accessibility-screen-magnifier-type-select" |
| 641 class="control" i18n-options="magnifierList" data-type="number" |
| 642 pref="settings.a11y.screen_magnifier_type2"> |
| 643 </select> |
640 </div> | 644 </div> |
641 </div> | 645 </div> |
642 <div class="option-name" id="accessibility-tap-dragging"> | 646 <div class="option-name" id="accessibility-tap-dragging"> |
643 <div class="checkbox"> | 647 <div class="checkbox"> |
644 <label> | 648 <label> |
645 <input id="accessibility-tap-dragging-check" | 649 <input id="accessibility-tap-dragging-check" |
646 pref="settings.touchpad.enable_tap_dragging" type="checkbox"> | 650 pref="settings.touchpad.enable_tap_dragging" type="checkbox"> |
647 <span i18n-content="accessibilityTapDragging"></span> | 651 <span i18n-content="accessibilityTapDragging"></span> |
648 </label> | 652 </label> |
649 </div> | 653 </div> |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
682 </section> | 686 </section> |
683 </if> | 687 </if> |
684 </div> <!-- advanced-settings-container --> | 688 </div> <!-- advanced-settings-container --> |
685 </div> <!-- advanced-settings --> | 689 </div> <!-- advanced-settings --> |
686 <footer> | 690 <footer> |
687 <button id="advanced-settings-expander" class="link-button" | 691 <button id="advanced-settings-expander" class="link-button" |
688 i18n-content="showAdvancedSettings"> | 692 i18n-content="showAdvancedSettings"> |
689 </button> | 693 </button> |
690 </footer> | 694 </footer> |
691 </div> | 695 </div> |
OLD | NEW |