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

Unified Diff: chrome/browser/resources/options/handler_options.html

Issue 215273002: options: add a learn more link to "Handlers" content settings dialog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/webui/options/handler_options_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/handler_options.html
diff --git a/chrome/browser/resources/options/handler_options.html b/chrome/browser/resources/options/handler_options.html
index 4f45f018a3aa9311c65b3cb085ca569c193afab3..4b4e8e55b13b69edffd86cdbca1dc406349b2902 100644
--- a/chrome/browser/resources/options/handler_options.html
+++ b/chrome/browser/resources/options/handler_options.html
@@ -29,10 +29,16 @@
</div>
</div>
<div class="action-area">
- <div class="button-strip">
- <button id="handler-options-overlay-confirm" class="default-button"
- i18n-content="done">
- </button>
+ <div class="hbox stretch">
+ <a target="_blank" i18n-content="learnMore"
+ i18n-values="href:handlers_learn_more_url"></a>
+ </div>
+ <div class="action-area-right">
+ <div class="button-strip">
+ <button id="handler-options-overlay-confirm" class="default-button"
+ i18n-content="done">
+ </button>
+ </div>
</div>
</div>
</div>
« no previous file with comments | « no previous file | chrome/browser/ui/webui/options/handler_options_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698