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

Unified Diff: chrome/browser/sync/resources/configure.html

Issue 6271023: Use labels for the new radio buttons in the sync dialogs.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/sync/resources/firstpassphrase.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/resources/configure.html
===================================================================
--- chrome/browser/sync/resources/configure.html (revision 72509)
+++ chrome/browser/sync/resources/configure.html (working copy)
@@ -566,17 +566,17 @@
<div>
<input id="google-option" name="option" type="radio"
value="google" onchange="onRadioChange();">
- <span i18n-content="googleOption"></span>
+ <label for="google-option" i18n-content="googleOption"></label>
</input>
</div>
<div>
- <input id="explicit-option" name="option" type="radio"
- value="explicit" onchange="onRadioChange();">
+ <input id="explicit-option" name="option" type="radio" value="explicit"
+ onchange="onRadioChange();">
<div id="learn-more-link">
<a i18n-values="href:encryptionhelpurl" target="_blank"
i18n-content="learnmore"></a>
</div>
- <span i18n-content="explicitOption"></span>
+ <label for="explicit-option" i18n-content="explicitOption"></label>
</input>
</div>
« no previous file with comments | « no previous file | chrome/browser/sync/resources/firstpassphrase.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698