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