OLD | NEW |
1 <div id="settings" class="page" hidden> | 1 <div id="settings" class="page" hidden> |
2 <header> | 2 <header> |
3 <h1 i18n-content="settingsTitle"></h1> | 3 <h1 i18n-content="settingsTitle"></h1> |
4 </header> | 4 </header> |
5 <if expr="not pp_ifdef('chromeos')"> | 5 <if expr="not pp_ifdef('chromeos')"> |
6 <include src="sync_section.html"> | 6 <include src="sync_section.html"> |
7 </if> | 7 </if> |
8 <if expr="pp_ifdef('chromeos')"> | 8 <if expr="pp_ifdef('chromeos')"> |
9 <section> | 9 <section> |
10 <h3 i18n-content="sectionTitleInternet"></h3> | 10 <h3 i18n-content="sectionTitleInternet"></h3> |
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
82 <div id="touchpad-settings" class="settings-row" hidden> | 82 <div id="touchpad-settings" class="settings-row" hidden> |
83 <span class="option-name" i18n-content="touchpadSpeed"></span> | 83 <span class="option-name" i18n-content="touchpadSpeed"></span> |
84 <input id="sensitivity-range" type="range" min="1" max="5" | 84 <input id="sensitivity-range" type="range" min="1" max="5" |
85 pref="settings.touchpad.sensitivity2" class="touch-slider"> | 85 pref="settings.touchpad.sensitivity2" class="touch-slider"> |
86 </div> | 86 </div> |
87 <div id="mouse-settings" class="settings-row" hidden> | 87 <div id="mouse-settings" class="settings-row" hidden> |
88 <span class="option-name" i18n-content="mouseSpeed"></span> | 88 <span class="option-name" i18n-content="mouseSpeed"></span> |
89 <input id="sensitivity-range" type="range" min="1" max="5" | 89 <input id="sensitivity-range" type="range" min="1" max="5" |
90 pref="settings.mouse.sensitivity2" class="touch-slider"> | 90 pref="settings.mouse.sensitivity2" class="touch-slider"> |
91 </div> | 91 </div> |
92 <div id="no-pointing-devices" i18n-content="noPointingDevices" | 92 <div id="no-pointing-devices" i18n-content="noPointingDevices" |
93 class="settings-row" hidden> | 93 class="settings-row" hidden> |
94 </div> | 94 </div> |
95 <div class="settings-row"> | 95 <div class="settings-row"> |
96 <button id="pointer-settings-button"> | 96 <button id="pointer-settings-button"> |
97 </button> | 97 </button> |
98 <button id="keyboard-settings-button" | 98 <button id="keyboard-settings-button" |
99 i18n-content="keyboardSettingsButtonTitle"> | 99 i18n-content="keyboardSettingsButtonTitle"> |
100 </button> | 100 </button> |
101 <!-- By default, the display settings are hidden. They are only visible | 101 <!-- By default, the display settings are hidden. They are only visible |
102 if more than one display is found. --> | 102 if more than one display is found. --> |
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
261 <input id="metricsReportingEnabled" | 261 <input id="metricsReportingEnabled" |
262 pref="cros.metrics.reportingEnabled" type="checkbox"> | 262 pref="cros.metrics.reportingEnabled" type="checkbox"> |
263 </if> | 263 </if> |
264 <if expr="not pp_ifdef('chromeos')"> | 264 <if expr="not pp_ifdef('chromeos')"> |
265 <input id="metricsReportingEnabled" type="checkbox"> | 265 <input id="metricsReportingEnabled" type="checkbox"> |
266 </if> | 266 </if> |
267 <span i18n-content="enableLogging"></span> | 267 <span i18n-content="enableLogging"></span> |
268 </label> | 268 </label> |
269 </div> | 269 </div> |
270 </if> <!-- pp_ifdef('_google_chrome') --> | 270 </if> <!-- pp_ifdef('_google_chrome') --> |
| 271 <div class="checkbox"> |
| 272 <label> |
| 273 <input id="do-not-track-enabled" pref="enable_do_not_track" |
| 274 metric="Options_DoNotTrackCheckbox" type="checkbox"> |
| 275 <span i18n-content="doNotTrack"></span> |
| 276 </label> |
| 277 </div> |
271 </div> | 278 </div> |
272 </section> | 279 </section> |
273 <if expr="pp_ifdef('chromeos')"> | 280 <if expr="pp_ifdef('chromeos')"> |
274 <!-- By default, the bluetooth section is hidden. It is only visible if a | 281 <!-- By default, the bluetooth section is hidden. It is only visible if a |
275 bluetooth adapter is discovered --> | 282 bluetooth adapter is discovered --> |
276 <section id="bluetooth-devices" hidden> | 283 <section id="bluetooth-devices" hidden> |
277 <h3 i18n-content="bluetooth"></h3> | 284 <h3 i18n-content="bluetooth"></h3> |
278 <div id="bluetooth-options-div"> | 285 <div id="bluetooth-options-div"> |
279 <div class="checkbox"> | 286 <div class="checkbox"> |
280 <label> | 287 <label> |
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
417 <label> | 424 <label> |
418 <input type="checkbox" | 425 <input type="checkbox" |
419 pref="download.prompt_for_download" | 426 pref="download.prompt_for_download" |
420 metric="Options_AskForSaveLocation"> | 427 metric="Options_AskForSaveLocation"> |
421 <span i18n-content="downloadLocationAskForSaveLocation"></span> | 428 <span i18n-content="downloadLocationAskForSaveLocation"></span> |
422 </label> | 429 </label> |
423 </div> | 430 </div> |
424 <if expr="pp_ifdef('chromeos')"> | 431 <if expr="pp_ifdef('chromeos')"> |
425 <div class="checkbox" guest-visibility="disabled"> | 432 <div class="checkbox" guest-visibility="disabled"> |
426 <label> | 433 <label> |
427 <input type="checkbox" | 434 <input type="checkbox" |
428 pref="gdata.disabled" | 435 pref="gdata.disabled" |
429 metric="Options_DisableGData"> | 436 metric="Options_DisableGData"> |
430 <span i18n-content="disableGData"></span> | 437 <span i18n-content="disableGData"></span> |
431 </label> | 438 </label> |
432 </div> | 439 </div> |
433 </if> | 440 </if> |
434 <if expr="not pp_ifdef('chromeos')"> | 441 <if expr="not pp_ifdef('chromeos')"> |
435 <div id="auto-open-file-types-section" hidden> | 442 <div id="auto-open-file-types-section" hidden> |
436 <div id="auto-open-file-types-container"> | 443 <div id="auto-open-file-types-container"> |
437 <div id="auto-open-file-types-label" | 444 <div id="auto-open-file-types-label" |
438 i18n-content="autoOpenFileTypesInfo"></div> | 445 i18n-content="autoOpenFileTypesInfo"></div> |
439 <button id="autoOpenFileTypesResetToDefault" | 446 <button id="autoOpenFileTypesResetToDefault" |
440 i18n-content="autoOpenFileTypesResetToDefault"></button> | 447 i18n-content="autoOpenFileTypesResetToDefault"></button> |
441 </div> | 448 </div> |
442 </div> | 449 </div> |
443 </if> | 450 </if> |
(...skipping 29 matching lines...) Expand all Loading... |
473 i18n-content="cloudPrintConnectorEnabledManageButton"></button> | 480 i18n-content="cloudPrintConnectorEnabledManageButton"></button> |
474 </div> | 481 </div> |
475 </div> | 482 </div> |
476 </section> | 483 </section> |
477 </if> | 484 </if> |
478 <if expr="pp_ifdef('chromeos')"> | 485 <if expr="pp_ifdef('chromeos')"> |
479 <section id="cloud-print-connector-section"> | 486 <section id="cloud-print-connector-section"> |
480 <h3 i18n-content="advancedSectionTitleCloudPrint"></h3> | 487 <h3 i18n-content="advancedSectionTitleCloudPrint"></h3> |
481 <div> | 488 <div> |
482 <div> | 489 <div> |
483 <span i18n-content="cloudPrintChromeosOptionLabel"></span> | 490 <span i18n-content="cloudPrintChromeosOptionLabel"></span> |
484 <a target="_blank" i18n-content="learnMore" | 491 <a target="_blank" i18n-content="learnMore" |
485 i18n-values="href:cloudPrintLearnMoreURL"></a> | 492 i18n-values="href:cloudPrintLearnMoreURL"></a> |
486 </div> | 493 </div> |
487 <div class="settings-row"> | 494 <div class="settings-row"> |
488 <button id="cloudPrintManageButton" | 495 <button id="cloudPrintManageButton" |
489 i18n-content="cloudPrintChromeosOptionButton"></button> | 496 i18n-content="cloudPrintChromeosOptionButton"></button> |
490 </div> | 497 </div> |
491 </div> | 498 </div> |
492 </section> | 499 </section> |
493 <if expr="pp_ifdef('chromeos')"> | 500 <if expr="pp_ifdef('chromeos')"> |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
535 </section> | 542 </section> |
536 </if> | 543 </if> |
537 </div> <!-- advanced-settings-container --> | 544 </div> <!-- advanced-settings-container --> |
538 </div> <!-- advanced-settings --> | 545 </div> <!-- advanced-settings --> |
539 <footer> | 546 <footer> |
540 <button id="advanced-settings-expander" class="link-button" | 547 <button id="advanced-settings-expander" class="link-button" |
541 i18n-content="showAdvancedSettings"> | 548 i18n-content="showAdvancedSettings"> |
542 </button> | 549 </button> |
543 </footer> | 550 </footer> |
544 </div> | 551 </div> |
OLD | NEW |