Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(422)

Side by Side Diff: chrome/browser/resources/options/browser_options.html

Issue 136603003: Move settings link for ChromeVox to a better location (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/resources/options/browser_options.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 <include src="reset_profile_settings_banner.html"> 5 <include src="reset_profile_settings_banner.html">
6 <if expr="not pp_ifdef('chromeos')"> 6 <if expr="not pp_ifdef('chromeos')">
7 <include src="sync_section.html"> 7 <include src="sync_section.html">
8 </if> 8 </if>
9 <if expr="pp_ifdef('chromeos')"> 9 <if expr="pp_ifdef('chromeos')">
10 <section> 10 <section>
(...skipping 632 matching lines...) Expand 10 before | Expand all | Expand 10 after
643 643
644 <if expr="pp_ifdef('chromeos')"> 644 <if expr="pp_ifdef('chromeos')">
645 <include src="startup_section.html"> 645 <include src="startup_section.html">
646 <section> 646 <section>
647 <h3 i18n-content="accessibilityTitle"></h3> 647 <h3 i18n-content="accessibilityTitle"></h3>
648 <div class="option-control-table"> 648 <div class="option-control-table">
649 <p id="accessibility-explanation" class="settings-row"> 649 <p id="accessibility-explanation" class="settings-row">
650 <span i18n-content="accessibilityExplanation"></span> 650 <span i18n-content="accessibilityExplanation"></span>
651 <a target="_blank" i18n-content="learnMore" 651 <a target="_blank" i18n-content="learnMore"
652 i18n-values="href:accessibilityLearnMoreURL"></a> 652 i18n-values="href:accessibilityLearnMoreURL"></a>
653 <a target="_blank" i18n-content="accessibilitySettings"
654 i18n-values="href:accessibilitySettingsURL"></a>
655 </p> 653 </p>
656 <div class="option-name"> 654 <div class="option-name">
657 <div class="checkbox"> 655 <div class="checkbox">
658 <span class="controlled-setting-with-label"> 656 <span class="controlled-setting-with-label">
659 <input id="accessibility-should-always-show-menu" 657 <input id="accessibility-should-always-show-menu"
660 pref="settings.a11y.enable_menu" type="checkbox"> 658 pref="settings.a11y.enable_menu" type="checkbox">
661 <span> 659 <span>
662 <label for="accessibility-should-always-show-menu" 660 <label for="accessibility-should-always-show-menu"
663 i18n-content="accessibilityAlwaysShowMenu"> 661 i18n-content="accessibilityAlwaysShowMenu">
664 </label> 662 </label>
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
723 pref="settings.accessibility" type="checkbox"> 721 pref="settings.accessibility" type="checkbox">
724 <span> 722 <span>
725 <label for="accessibility-spoken-feedback-check" 723 <label for="accessibility-spoken-feedback-check"
726 i18n-content="accessibilitySpokenFeedback"> 724 i18n-content="accessibilitySpokenFeedback">
727 </label> 725 </label>
728 <span class="controlled-setting-indicator" 726 <span class="controlled-setting-indicator"
729 pref="settings.accessibility"> 727 pref="settings.accessibility">
730 </span> 728 </span>
731 </span> 729 </span>
732 </span> 730 </span>
731 <div id="accessibility-settings" hidden>
732 <button id="accessibility-settings-button"
733 i18n-content="accessibilitySettings"></button>
734 </div>
733 </div> 735 </div>
734 </div> 736 </div>
735 <div class="option-name"> 737 <div class="option-name">
736 <div class="checkbox"> 738 <div class="checkbox">
737 <span class="controlled-setting-with-label"> 739 <span class="controlled-setting-with-label">
738 <input id="accessibility-screen-magnifier-check" 740 <input id="accessibility-screen-magnifier-check"
739 pref="settings.a11y.screen_magnifier" type="checkbox"> 741 pref="settings.a11y.screen_magnifier" type="checkbox">
740 <span> 742 <span>
741 <label for="accessibility-screen-magnifier-check" 743 <label for="accessibility-screen-magnifier-check"
742 i18n-content="accessibilityScreenMagnifier"> 744 i18n-content="accessibilityScreenMagnifier">
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
856 </div> 858 </div>
857 </section> 859 </section>
858 </div> <!-- advanced-settings-container --> 860 </div> <!-- advanced-settings-container -->
859 </div> <!-- advanced-settings --> 861 </div> <!-- advanced-settings -->
860 <footer> 862 <footer>
861 <button id="advanced-settings-expander" class="link-button" 863 <button id="advanced-settings-expander" class="link-button"
862 i18n-content="showAdvancedSettings"> 864 i18n-content="showAdvancedSettings">
863 </button> 865 </button>
864 </footer> 866 </footer>
865 </div> 867 </div>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/options/browser_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698