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

Unified Diff: chrome/browser/resources/extensions/pack_extension_overlay.html

Issue 21884004: Add for attributes to labels on 'Pack Extension' overlay (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove redundant for attribute on label for extensionPrivateKey Created 7 years, 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/extensions/pack_extension_overlay.html
diff --git a/chrome/browser/resources/extensions/pack_extension_overlay.html b/chrome/browser/resources/extensions/pack_extension_overlay.html
index ec278b9183287919a764b1fca7f3614d7acd3283..11e577cdd089c1f7b3ed1f60f42b75f8fe61cbbe 100644
--- a/chrome/browser/resources/extensions/pack_extension_overlay.html
+++ b/chrome/browser/resources/extensions/pack_extension_overlay.html
@@ -4,15 +4,16 @@
<div class="pack-extension-heading" i18n-content="packExtensionHeading">
</div>
<div class="pack-extension-text-boxes">
- <label i18n-content="packExtensionRootDir"></label>
+ <label i18n-content="packExtensionRootDir" for="extensionRootDir"></label>
<input class="pack-extension-text-area" id="extensionRootDir" type="text">
<button id="browseExtensionDir"
i18n-content="packExtensionBrowseButton"></button>
</div>
<div class="pack-extension-text-boxes">
- <label i18n-content="packExtensionPrivateKey"></label>
+ <label i18n-content="packExtensionPrivateKey" for="extensionPrivateKey"></label>
Dan Beam 2013/08/05 20:30:49 80 col wrap
aboxhall 2013/08/05 20:40:57 Done.
<input class="pack-extension-text-area"
id="extensionPrivateKey" type="text">
+
Dan Beam 2013/08/05 20:30:49 nit: revert
aboxhall 2013/08/05 20:40:57 Done.
<button id="browsePrivateKey"
i18n-content="packExtensionBrowseButton"></button>
</div>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698