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

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

Issue 8571024: convert options and bug reporter to chromey checkboxes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <div id="advancedPage" class="page" hidden> 1 <div id="advancedPage" class="page" hidden>
2 <h1 i18n-content="advancedPage"></h1> 2 <h1 i18n-content="advancedPage"></h1>
3 <div class="displaytable"> 3 <div class="displaytable">
4 <section> 4 <section>
5 <h3 i18n-content="advancedSectionTitlePrivacy"></h3> 5 <h3 i18n-content="advancedSectionTitlePrivacy"></h3>
6 <div> 6 <div>
7 <div class="section-group"> 7 <div class="section-group">
8 <button id="privacyContentSettingsButton" 8 <button id="privacyContentSettingsButton"
9 i18n-content="privacyContentSettingsButton"></button> 9 i18n-content="privacyContentSettingsButton"></button>
10 <button id="privacyClearDataButton" 10 <button id="privacyClearDataButton"
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 <span i18n-content="downloadLocationBrowseTitle"></span> 159 <span i18n-content="downloadLocationBrowseTitle"></span>
160 <input id="downloadLocationPath" class="weakrtl" type="text" 160 <input id="downloadLocationPath" class="weakrtl" type="text"
161 pref="download.default_directory" size="36"> 161 pref="download.default_directory" size="36">
162 </label> 162 </label>
163 <button id="downloadLocationChangeButton" 163 <button id="downloadLocationChangeButton"
164 pref="download.prompt_for_download" 164 pref="download.prompt_for_download"
165 i18n-content="downloadLocationChangeButton"></button> 165 i18n-content="downloadLocationChangeButton"></button>
166 </div> 166 </div>
167 <div class="checkbox"> 167 <div class="checkbox">
168 <label> 168 <label>
169 <input id="promptForDownload" type="checkbox" 169 <input type="checkbox"
170 pref="download.prompt_for_download" 170 pref="download.prompt_for_download"
171 metric="Options_AskForSaveLocation"> 171 metric="Options_AskForSaveLocation">
172 <span i18n-content="downloadLocationAskForSaveLocation"></span> 172 <span i18n-content="downloadLocationAskForSaveLocation"></span>
173 </label> 173 </label>
174 </div> 174 </div>
175 <div id="auto-open-file-types-label" 175 <div id="auto-open-file-types-label"
176 i18n-content="autoOpenFileTypesInfo"></div> 176 i18n-content="autoOpenFileTypesInfo"></div>
177 <div class="section-group"> 177 <div class="section-group">
178 <button id="autoOpenFileTypesResetToDefault" 178 <button id="autoOpenFileTypesResetToDefault"
179 i18n-content="autoOpenFileTypesResetToDefault"></button> 179 i18n-content="autoOpenFileTypesResetToDefault"></button>
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 <div class="checkbox"> 235 <div class="checkbox">
236 <label> 236 <label>
237 <input id="backgroundModeCheckbox" type="checkbox"> 237 <input id="backgroundModeCheckbox" type="checkbox">
238 <span i18n-content="backgroundModeCheckbox"></span> 238 <span i18n-content="backgroundModeCheckbox"></span>
239 </label> 239 </label>
240 </div> 240 </div>
241 </section> 241 </section>
242 </if> 242 </if>
243 </div> 243 </div>
244 </div> 244 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/advanced_options.css ('k') | chrome/browser/resources/options/options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698