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

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

Issue 5959001: dom-ui settings: Fix up the downloads section according to mocks.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/options/advanced_options.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/advanced_options.html
===================================================================
--- chrome/browser/resources/options/advanced_options.html (revision 69504)
+++ chrome/browser/resources/options/advanced_options.html (working copy)
@@ -110,9 +110,11 @@
<h3 i18n-content="downloadLocationGroupName"></h3>
<div>
<if expr="not pp_ifdef('chromeos')">
- <div i18n-content="downloadLocationBrowseTitle"></div>
<div>
- <input id="downloadLocationPath" type="text" size="60" disabled>
+ <label id="download-path">
+ <span i18n-content="downloadLocationBrowseTitle"></span>
+ <input id="downloadLocationPath" type="text" size="60" disabled>
+ </label>
<button id="downloadLocationBrowseButton"
i18n-content="downloadLocationBrowseButton"></button>
</div>
« no previous file with comments | « chrome/browser/resources/options/advanced_options.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698