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

Unified Diff: chrome/browser/resources/settings/a11y_page/a11y_page.html

Issue 1377723002: MD Settings: update a11y section (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: michaelpg@ review Created 5 years, 3 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 | « chrome/app/settings_strings.grdp ('k') | chrome/browser/resources/settings/a11y_page/a11y_page.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/a11y_page/a11y_page.html
diff --git a/chrome/browser/resources/settings/a11y_page/a11y_page.html b/chrome/browser/resources/settings/a11y_page/a11y_page.html
index 8f705531dad34229ff04c35a143745954b5380ff..9f8d894f1712f6fdb9da780d7a1df52f120b3257 100644
--- a/chrome/browser/resources/settings/a11y_page/a11y_page.html
+++ b/chrome/browser/resources/settings/a11y_page/a11y_page.html
@@ -1,17 +1,15 @@
<link rel="import" href="chrome://resources/polymer/v1_0/polymer/polymer.html">
+<link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-button.html">
<link rel="import" href="chrome://md-settings/checkbox/checkbox.html">
<dom-module id="cr-settings-a11y-page">
- <link rel="import" type="css"
- href="chrome://md-settings/settings_page/settings_page.css">
+ <link rel="import" type="css" href="chrome://md-settings/settings_page/settings_page.css">
<link rel="import" type="css" href="a11y_page.css">
<template>
- <div class="more-a11y-link">
- <a href="https://chrome.google.com/webstore/category/collection/accessibility"
- target="_blank" i18n-content="moreFeaturesLink"></a>
- </div>
+ <span i18n-content="a11yExplanation"></span>
+ <a i18n-values="href:a11yLearnMoreUrl" i18n-content="learnMore"
+ target="_blank"></a>
-<if expr="chromeos">
<cr-settings-checkbox i18n-values="label:optionsInMenuLabel"
pref="{{prefs.settings.a11y.enable_menu}}">
</cr-settings-checkbox>
@@ -59,7 +57,11 @@
<cr-settings-checkbox pref="{{prefs.settings.a11y.virtual_keyboard}}"
i18n-values="label:onScreenKeyboardLabel">
</cr-settings-checkbox>
-</if>
+
+ <div class="button-strip">
+ <paper-button i18n-content="moreFeaturesLink"
+ on-tap="onMoreFeaturesTap_"></paper-button>
+ </div>
</template>
<script src="a11y_page.js"></script>
</dom-module>
« no previous file with comments | « chrome/app/settings_strings.grdp ('k') | chrome/browser/resources/settings/a11y_page/a11y_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698