Chromium Code Reviews

Side by Side Diff: chrome/browser/resources/options/advanced_options.html

Issue 5649002: DOMUI Settings: UTH: Fix up Downloads section (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.
Jump to:
View unified diff | | Annotate | Revision Log
« no previous file with comments | « chrome/browser/dom_ui/options/advanced_options_handler.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <div class="page hidden" id="advancedPage"> 1 <div class="page hidden" id="advancedPage">
2 <h1 i18n-content="advancedPage"></h1> 2 <h1 i18n-content="advancedPage"></h1>
3 <section> 3 <section>
4 <h3 i18n-content="advancedSectionTitlePrivacy"></h3> 4 <h3 i18n-content="advancedSectionTitlePrivacy"></h3>
5 <div> 5 <div>
6 <div> 6 <div>
7 <button id="privacyContentSettingsButton" 7 <button id="privacyContentSettingsButton"
8 i18n-content="privacyContentSettingsButton"></button> 8 i18n-content="privacyContentSettingsButton"></button>
9 <button id="privacyClearDataButton" 9 <button id="privacyClearDataButton"
10 i18n-content="privacyClearDataButton"></button> 10 i18n-content="privacyClearDataButton"></button>
(...skipping 97 matching lines...)
108 <input id="enableTranslate" pref="translate.enabled" 108 <input id="enableTranslate" pref="translate.enabled"
109 metric="Options_Translate" type="checkbox"> 109 metric="Options_Translate" type="checkbox">
110 <span i18n-content="translateEnableTranslate"></span> 110 <span i18n-content="translateEnableTranslate"></span>
111 </label> 111 </label>
112 </div> 112 </div>
113 </section> 113 </section>
114 <section> 114 <section>
115 <h3 i18n-content="downloadLocationGroupName"></h3> 115 <h3 i18n-content="downloadLocationGroupName"></h3>
116 <div> 116 <div>
117 <if expr="not pp_ifdef('chromeos')"> 117 <if expr="not pp_ifdef('chromeos')">
118 <div i18n-content="downloadLocationBrowseTitle"></div>
119 <div> 118 <div>
120 <input id="downloadLocationPath" type="text" size="60" disabled> 119 <label>
James Hawkins 2010/12/18 18:23:20 <label i18n-content="..."><input></label>
120 <span i18n-content="downloadLocationBrowseTitle"></span>
121 <input id="downloadLocationPath" type="text" size="60" disabled>
122 </label>
121 <button id="downloadLocationBrowseButton" 123 <button id="downloadLocationBrowseButton"
122 i18n-content="downloadLocationBrowseButton"></button> 124 i18n-content="downloadLocationBrowseButton"></button>
123 </div> 125 </div>
124 <label class="checkbox"> 126 <label class="checkbox">
125 <input id="promptForDownload" pref="download.prompt_for_download" 127 <input id="promptForDownload" pref="download.prompt_for_download"
126 metric="Options_AskForSaveLocation" type="checkbox"> 128 metric="Options_AskForSaveLocation" type="checkbox">
127 <span i18n-content="downloadLocationAskForSaveLocation"></span> 129 <span i18n-content="downloadLocationAskForSaveLocation"></span>
128 </label> 130 </label>
129 </if> 131 </if>
130 <div i18n-content="autoOpenFileTypesInfo"></div> 132 <div i18n-content="autoOpenFileTypesInfo"></div>
(...skipping 50 matching lines...)
181 <div> 183 <div>
182 <button id="cloudPrintProxySetupButton" 184 <button id="cloudPrintProxySetupButton"
183 i18n-content="cloudPrintProxyDisabledButton"></button> 185 i18n-content="cloudPrintProxyDisabledButton"></button>
184 <button id="cloudPrintProxyManageButton" 186 <button id="cloudPrintProxyManageButton"
185 i18n-content="cloudPrintProxyEnabledManageButton"></button> 187 i18n-content="cloudPrintProxyEnabledManageButton"></button>
186 </div> 188 </div>
187 </div> 189 </div>
188 </section> 190 </section>
189 </if> 191 </if>
190 </div> 192 </div>
OLDNEW
« no previous file with comments | « chrome/browser/dom_ui/options/advanced_options_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine