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

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

Issue 11418231: Adding learn more link in chrome://settings for a11y features (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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
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 <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 582 matching lines...) Expand 10 before | Expand all | Expand 10 after
593 i18n-content="cloudPrintChromeosOptionButton"></button> 593 i18n-content="cloudPrintChromeosOptionButton"></button>
594 </div> 594 </div>
595 </div> 595 </div>
596 </section> 596 </section>
597 <if expr="pp_ifdef('chromeos')"> 597 <if expr="pp_ifdef('chromeos')">
598 <include src="startup_section.html"> 598 <include src="startup_section.html">
599 </if> 599 </if>
600 <section> 600 <section>
601 <h3 i18n-content="accessibilityTitle"></h3> 601 <h3 i18n-content="accessibilityTitle"></h3>
602 <div class="option-control-table"> 602 <div class="option-control-table">
603 <p id="accessibility-explanation" class="settings-row">
604 <span i18n-content="accessibilityExplanation"></span>
605 <a target="_blank" i18n-content="learnMore"
606 i18n-values="href:accessibilityLearnMoreURL"></a>
607 </p>
603 <div class="option-name"> 608 <div class="option-name">
604 <div class="checkbox"> 609 <div class="checkbox">
605 <label> 610 <label>
606 <input id="accessibility-spoken-feedback-check" type="checkbox"> 611 <input id="accessibility-spoken-feedback-check" type="checkbox">
607 <span i18n-content="accessibilitySpokenFeedback"></span> 612 <span i18n-content="accessibilitySpokenFeedback"></span>
608 </label> 613 </label>
609 </div> 614 </div>
610 </div> 615 </div>
611 <div class="option-name"> 616 <div class="option-name">
612 <div class="checkbox"> 617 <div class="checkbox">
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
676 </section> 681 </section>
677 </if> 682 </if>
678 </div> <!-- advanced-settings-container --> 683 </div> <!-- advanced-settings-container -->
679 </div> <!-- advanced-settings --> 684 </div> <!-- advanced-settings -->
680 <footer> 685 <footer>
681 <button id="advanced-settings-expander" class="link-button" 686 <button id="advanced-settings-expander" class="link-button"
682 i18n-content="showAdvancedSettings"> 687 i18n-content="showAdvancedSettings">
683 </button> 688 </button>
684 </footer> 689 </footer>
685 </div> 690 </div>
OLDNEW
« no previous file with comments | « chrome/app/chromeos_strings.grdp ('k') | chrome/browser/ui/webui/options/browser_options_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698