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

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

Issue 9232010: [uber page] Migrate all elements in the 'System' (cros) page to new locations. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: compile fix Created 8 years, 11 months 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 <if expr="pp_ifdef('chromeos')">
4 <section>
5 <h3 i18n-content="datetimeTitle"></h3>
6 <div class="option-control-table">
7 <span class="option-name" i18n-content="timezone"></span>
8 <div id="timezone-value">
9 <select id="timezone-select" class="control" i18n-options="timezoneList"
10 data-type="string" pref="cros.system.timezone"></select>
11 </div>
12 <div class="checkbox">
13 <label>
14 <input id="use-24hour-clock" pref="settings.clock.use_24hour_clock"
15 type="checkbox">
16 <span i18n-content="use24HourClock"></span>
17 </label>
18 </div>
19 </div>
20 </section>
21 </if>
3 <section> 22 <section>
4 <h3 i18n-content="advancedSectionTitlePrivacy"></h3> 23 <h3 i18n-content="advancedSectionTitlePrivacy"></h3>
5 <div> 24 <div>
6 <div class="section-group"> 25 <div class="section-group">
7 <button id="privacyContentSettingsButton" 26 <button id="privacyContentSettingsButton"
8 i18n-content="privacyContentSettingsButton"></button> 27 i18n-content="privacyContentSettingsButton"></button>
9 <button id="privacyClearDataButton" 28 <button id="privacyClearDataButton"
10 i18n-content="privacyClearDataButton"></button> 29 i18n-content="privacyClearDataButton"></button>
11 </div> 30 </div>
12 <div i18n-content="improveBrowsingExperience" 31 <div i18n-content="improveBrowsingExperience"
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 <if expr="pp_ifdef('_google_chrome') and not pp_ifdef('chromeos')"> 81 <if expr="pp_ifdef('_google_chrome') and not pp_ifdef('chromeos')">
63 <div id="metricsReportingSetting" class="checkbox"> 82 <div id="metricsReportingSetting" class="checkbox">
64 <label> 83 <label>
65 <input id="metricsReportingEnabled" type="checkbox"> 84 <input id="metricsReportingEnabled" type="checkbox">
66 <span i18n-content="enableLogging"></span> 85 <span i18n-content="enableLogging"></span>
67 </label> 86 </label>
68 </div> 87 </div>
69 </if> 88 </if>
70 </div> 89 </div>
71 </section> 90 </section>
91 <!-- By default, the bluetooth section is hidden. It is only
92 visible if the command line flag 'enable_bluetooth' is set
93 and a bluetooth adapter is discovered or emmulating ChromeOS. -->
94 <if expr="pp_ifdef('chromeos')">
95 <section id="bluetooth-devices" hidden>
96 <h3 i18n-content="bluetooth"></h3>
97 <div id="bluetooth-options-div">
98 <div id="bluetooth-buttons">
99 <button id="enable-bluetooth" i18n-content="enableBluetooth" hidden>
100 <button id="disable-bluetooth" i18n-content="disableBluetooth">
101 </div>
102 <div class="settings-list bluetooth-device-list" hidden>
103 <list id="bluetooth-paired-devices-list"></list>
104 </div>
105 <button id="bluetooth-add-device" hidden
106 i18n-content="addBluetoothDevice"></button>
107 </div>
108 </section>
109 </if>
72 <section id="passwords-and-autofill-section"> 110 <section id="passwords-and-autofill-section">
73 <h3 i18n-content="passwordsAndAutofillGroupName"></h3> 111 <h3 i18n-content="passwordsAndAutofillGroupName"></h3>
74 <div class="checkbox"> 112 <div class="checkbox">
75 <input id="autofill-enabled" pref="autofill.enabled" 113 <input id="autofill-enabled" pref="autofill.enabled"
76 metric="Options_FormAutofill" type="checkbox"> 114 metric="Options_FormAutofill" type="checkbox">
77 <label id="autofill-label" for="autofill-enabled" 115 <label id="autofill-label" for="autofill-enabled"
78 i18n-content="autofillEnabled"></label> 116 i18n-content="autofillEnabled"></label>
79 <button id="autofill-settings" class="link-button" 117 <button id="autofill-settings" class="link-button"
80 pref="autofill.enabled" 118 pref="autofill.enabled"
81 i18n-content="manageAutofillSettings"></button> 119 i18n-content="manageAutofillSettings"></button>
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 </span> 273 </span>
236 <a target="_blank" i18n-content="learnMore" 274 <a target="_blank" i18n-content="learnMore"
237 i18n-values="href:cloudPrintLearnMoreURL"></a> 275 i18n-values="href:cloudPrintLearnMoreURL"></a>
238 </div> 276 </div>
239 <div class="section-group"> 277 <div class="section-group">
240 <button id="cloudPrintManageButton" 278 <button id="cloudPrintManageButton"
241 i18n-content="cloudPrintChromeosOptionButton"></button> 279 i18n-content="cloudPrintChromeosOptionButton"></button>
242 </div> 280 </div>
243 </div> 281 </div>
244 </section> 282 </section>
283 <section>
284 <h3 i18n-content="accessibilityTitle"></h3>
285 <div class="option-control-table">
286 <div class="option-name">
287 <div class="checkbox">
288 <label>
289 <input id="accessibility-spoken-feedback-check" type="checkbox">
290 <span i18n-content="accessibilitySpokenFeedback"></span>
291 </label>
292 </div>
293 </div>
294 <div class="option-name">
295 <div class="checkbox">
296 <label>
297 <input id="accessibility-high-contrast-check" type="checkbox">
298 <span i18n-content="accessibilityHighContrast"></span>
299 </label>
300 </div>
301 </div>
302 <div class="option-name">
303 <div class="checkbox">
304 <label>
305 <input id="accessibility-screen-magnifier-check" type="checkbox">
306 <span i18n-content="accessibilityScreenMagnifier"></span>
307 </label>
308 </div>
309 </div>
310 <div class="option-name">
311 <div class="checkbox">
312 <label>
313 <input id="accessibility-virtual-keyboard-check" type="checkbox">
314 <span i18n-content="accessibilityVirtualKeyboard"></span>
315 </label>
316 </div>
317 </div>
318 </div>
319 </section>
245 </if> 320 </if>
246 <if expr="os != 'darwin' and not pp_ifdef('chromeos')"> 321 <if expr="os != 'darwin' and not pp_ifdef('chromeos')">
247 <section id="background-section"> 322 <section id="background-section">
248 <h3 i18n-content="advancedSectionTitleBackground"></h3> 323 <h3 i18n-content="advancedSectionTitleBackground"></h3>
249 <div class="checkbox"> 324 <div class="checkbox">
250 <label> 325 <label>
251 <input id="backgroundModeCheckbox" type="checkbox"> 326 <input id="backgroundModeCheckbox" type="checkbox">
252 <span i18n-content="backgroundModeCheckbox"></span> 327 <span i18n-content="backgroundModeCheckbox"></span>
253 </label> 328 </label>
254 </div> 329 </div>
255 </section> 330 </section>
256 </if> 331 </if>
257 </div> 332 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options2/advanced_options.css ('k') | chrome/browser/resources/options2/advanced_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698