Chromium Code Reviews| 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..7a239621b5afe8a4dec5a11758f84834a7df0973 100644 |
| --- a/chrome/browser/resources/options/advanced_options.html |
| +++ b/chrome/browser/resources/options/advanced_options.html |
| @@ -110,12 +110,12 @@ |
| <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> |
| + <span i18n-content="downloadLocationBrowseTitle"></span> |
|
James Hawkins
2010/12/05 17:46:23
This should be a label for the input.
tfarina
2010/12/05 18:02:44
If I wrap input around a label here, it disappears
|
| + <input id="downloadLocationPath" type="text" size="60" disabled> |
| + <button id="downloadLocationBrowseButton" |
| + i18n-content="downloadLocationBrowseButton"></button> |
| + </div> |
| <label class="checkbox"> |
| <input id="promptForDownload" pref="download.prompt_for_download" |
| metric="Options_AskForSaveLocation" type="checkbox"> |