Index: chrome/browser/resources/options/advanced_options.html |
diff --git a/chrome/browser/resources/options/advanced_options.html b/chrome/browser/resources/options/advanced_options.html |
index 309d1b48b70a0d73022dc86f33789d741f21486a..970f82ba5b92d6bcc3f2adccd284d77940cd54ce 100644 |
--- a/chrome/browser/resources/options/advanced_options.html |
+++ b/chrome/browser/resources/options/advanced_options.html |
@@ -110,12 +110,14 @@ |
<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> |
- <button id="downloadLocationBrowseButton" |
- i18n-content="downloadLocationBrowseButton"></button> |
- </div> |
+ <div> |
James Hawkins
2010/12/06 18:58:41
Indentation is off.
|
+ <label style="display:inline;"> |
James Hawkins
2010/12/06 18:58:41
You don't need this style attribute.
tfarina
2010/12/06 19:01:01
I tried without it and didn't work. :(
James Hawkins
2010/12/06 19:07:35
Works for me.
|
+ <span i18n-content="downloadLocationBrowseTitle"></span> |
+ <input id="downloadLocationPath" type="text" size="60" disabled> |
+ </label> |
+ <button id="downloadLocationBrowseButton" |
+ i18n-content="downloadLocationBrowseButton"></button> |
+ </div> |
<label class="checkbox"> |
<input id="promptForDownload" pref="download.prompt_for_download" |
metric="Options_AskForSaveLocation" type="checkbox"> |