| 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 <include src="reset_profile_settings_banner.html"> | 5 <include src="reset_profile_settings_banner.html"> |
| 6 <include src="automatic_settings_reset_banner.html"> | 6 <include src="automatic_settings_reset_banner.html"> |
| 7 <if expr="pp_ifdef('chromeos')"> | 7 <if expr="chromeos"> |
| 8 <include src="secondary_user_banner.html"> | 8 <include src="secondary_user_banner.html"> |
| 9 <section> | 9 <section> |
| 10 <div id="network-section-header" class="section-header"> | 10 <div id="network-section-header" class="section-header"> |
| 11 <h3 i18n-content="sectionTitleInternet"></h3> | 11 <h3 i18n-content="sectionTitleInternet"></h3> |
| 12 <span class="controlled-setting-indicator" plural></span> | 12 <span class="controlled-setting-indicator" plural></span> |
| 13 </div> | 13 </div> |
| 14 <div id="network-settings"> | 14 <div id="network-settings"> |
| 15 <list id="network-list"></list> | 15 <list id="network-list"></list> |
| 16 <div id="shared-proxies" class="checkbox"> | 16 <div id="shared-proxies" class="checkbox"> |
| 17 <label> | 17 <label> |
| 18 <input id="use-shared-proxies" type="checkbox" | 18 <input id="use-shared-proxies" type="checkbox" |
| 19 pref="settings.use_shared_proxies"> | 19 pref="settings.use_shared_proxies"> |
| 20 <span i18n-content="useSharedProxies"></span> | 20 <span i18n-content="useSharedProxies"></span> |
| 21 </label> | 21 </label> |
| 22 </div> | 22 </div> |
| 23 <div id="network-menus"></div> | 23 <div id="network-menus"></div> |
| 24 </div> | 24 </div> |
| 25 </section> | 25 </section> |
| 26 </if> | 26 </if> |
| 27 <if expr="not pp_ifdef('chromeos')"> | 27 <if expr="not chromeos"> |
| 28 <include src="sync_section.html"> | 28 <include src="sync_section.html"> |
| 29 <include src="startup_section.html"> | 29 <include src="startup_section.html"> |
| 30 </if> | 30 </if> |
| 31 <section> | 31 <section> |
| 32 <h3 i18n-content="sectionTitleAppearance"></h3> | 32 <h3 i18n-content="sectionTitleAppearance"></h3> |
| 33 <div class="settings-row"> | 33 <div class="settings-row"> |
| 34 <if expr="pp_ifdef('chromeos')"> | 34 <if expr="chromeos"> |
| 35 <button id="set-wallpaper" i18n-content="setWallpaper" | 35 <button id="set-wallpaper" i18n-content="setWallpaper" |
| 36 guest-visibility="disabled"></button> | 36 guest-visibility="disabled"></button> |
| 37 </if> | 37 </if> |
| 38 <if expr="not pp_ifdef('chromeos') and is_posix and not is_macosx"> | 38 <if expr="not chromeos and is_posix and not is_macosx"> |
| 39 <button id="themes-gallery" i18n-content="themesGallery"></button> | 39 <button id="themes-gallery" i18n-content="themesGallery"></button> |
| 40 <button id="themes-native-button" | 40 <button id="themes-native-button" |
| 41 i18n-content="themesNativeButton"></button> | 41 i18n-content="themesNativeButton"></button> |
| 42 <button id="themes-reset" | 42 <button id="themes-reset" |
| 43 i18n-content="themesSetClassic"></button> | 43 i18n-content="themesSetClassic"></button> |
| 44 </if> | 44 </if> |
| 45 <if expr="pp_ifdef('chromeos') or is_win or is_macosx"> | 45 <if expr="chromeos or is_win or is_macosx"> |
| 46 <button id="themes-gallery" i18n-content="themesGallery"></button> | 46 <button id="themes-gallery" i18n-content="themesGallery"></button> |
| 47 <button id="themes-reset" i18n-content="themesReset"></button> | 47 <button id="themes-reset" i18n-content="themesReset"></button> |
| 48 </if> | 48 </if> |
| 49 </div> | 49 </div> |
| 50 <div class="checkbox" guest-visibility="disabled"> | 50 <div class="checkbox" guest-visibility="disabled"> |
| 51 <span class="controlled-setting-with-label"> | 51 <span class="controlled-setting-with-label"> |
| 52 <input id="show-home-button" type="checkbox" | 52 <input id="show-home-button" type="checkbox" |
| 53 pref="browser.show_home_button" | 53 pref="browser.show_home_button" |
| 54 metric="Options_Homepage_HomeButton"> | 54 metric="Options_Homepage_HomeButton"> |
| 55 <span> | 55 <span> |
| (...skipping 22 matching lines...) Expand all Loading... |
| 78 <span> | 78 <span> |
| 79 <label for="show-bookmark-bars" | 79 <label for="show-bookmark-bars" |
| 80 i18n-content="toolbarShowBookmarksBar"> | 80 i18n-content="toolbarShowBookmarksBar"> |
| 81 </label> | 81 </label> |
| 82 <span class="controlled-setting-indicator" | 82 <span class="controlled-setting-indicator" |
| 83 pref="bookmark_bar.show_on_all_tabs"> | 83 pref="bookmark_bar.show_on_all_tabs"> |
| 84 </span> | 84 </span> |
| 85 </span> | 85 </span> |
| 86 </span> | 86 </span> |
| 87 </div> | 87 </div> |
| 88 <if expr="is_posix and not pp_ifdef('chromeos') and not is_macosx"> | 88 <if expr="is_posix and not chromeos and not is_macosx"> |
| 89 <div class="checkbox"><label> | 89 <div class="checkbox"><label> |
| 90 <input id="show-window-decorations" type="checkbox" | 90 <input id="show-window-decorations" type="checkbox" |
| 91 pref="browser.custom_chrome_frame" metric="Options_CustomFrame" | 91 pref="browser.custom_chrome_frame" metric="Options_CustomFrame" |
| 92 inverted_pref> | 92 inverted_pref> |
| 93 <span i18n-content="showWindowDecorations"></span> | 93 <span i18n-content="showWindowDecorations"></span> |
| 94 </label></div> | 94 </label></div> |
| 95 </if> | 95 </if> |
| 96 </section> | 96 </section> |
| 97 <if expr="pp_ifdef('chromeos')"> | 97 <if expr="chromeos"> |
| 98 <section> | 98 <section> |
| 99 <h3 i18n-content="sectionTitleDevice"></h3> | 99 <h3 i18n-content="sectionTitleDevice"></h3> |
| 100 <div> | 100 <div> |
| 101 <span i18n-content="deviceGroupDescription"></span> | 101 <span i18n-content="deviceGroupDescription"></span> |
| 102 <div id="touchpad-settings" class="settings-row" hidden> | 102 <div id="touchpad-settings" class="settings-row" hidden> |
| 103 <span class="option-name" i18n-content="touchpadSpeed"></span> | 103 <span class="option-name" i18n-content="touchpadSpeed"></span> |
| 104 <input id="sensitivity-range" type="range" min="1" max="5" | 104 <input id="sensitivity-range" type="range" min="1" max="5" |
| 105 pref="settings.touchpad.sensitivity2" class="touch-slider"> | 105 pref="settings.touchpad.sensitivity2" class="touch-slider"> |
| 106 </div> | 106 </div> |
| 107 <div id="mouse-settings" class="settings-row" hidden> | 107 <div id="mouse-settings" class="settings-row" hidden> |
| (...skipping 30 matching lines...) Expand all Loading... |
| 138 pref="default_search_provider.enabled"> | 138 pref="default_search_provider.enabled"> |
| 139 </span> | 139 </span> |
| 140 <button id="manage-default-search-engines" | 140 <button id="manage-default-search-engines" |
| 141 i18n-content="defaultSearchManageEngines"> | 141 i18n-content="defaultSearchManageEngines"> |
| 142 </button> | 142 </button> |
| 143 </div> | 143 </div> |
| 144 </div> | 144 </div> |
| 145 </section> | 145 </section> |
| 146 <section id="sync-users-section" guest-visibility="hidden"> | 146 <section id="sync-users-section" guest-visibility="hidden"> |
| 147 <h3 i18n-content="sectionTitleUsers"></h3> | 147 <h3 i18n-content="sectionTitleUsers"></h3> |
| 148 <if expr="pp_ifdef('chromeos')"> | 148 <if expr="chromeos"> |
| 149 <include src="sync_section.html"> | 149 <include src="sync_section.html"> |
| 150 </if> | 150 </if> |
| 151 <div id="profiles-section" hidden> | 151 <div id="profiles-section" hidden> |
| 152 <list id="profiles-list" class="settings-list" hidden></list> | 152 <list id="profiles-list" class="settings-list" hidden></list> |
| 153 <div id="profiles-single-message" class="settings-row" | 153 <div id="profiles-single-message" class="settings-row" |
| 154 i18n-content="profilesSingleUser"> | 154 i18n-content="profilesSingleUser"> |
| 155 </div> | 155 </div> |
| 156 <div id="profiles-buttons"> | 156 <div id="profiles-buttons"> |
| 157 <button id="profiles-create" i18n-content="profilesCreate"></button> | 157 <button id="profiles-create" i18n-content="profilesCreate"></button> |
| 158 <if expr="pp_ifdef('enable_settings_app')"> | 158 <if expr="enable_settings_app"> |
| 159 <button id="profiles-app-list-switch" | 159 <button id="profiles-app-list-switch" |
| 160 i18n-content="profilesAppListSwitch" hidden> | 160 i18n-content="profilesAppListSwitch" hidden> |
| 161 </button> | 161 </button> |
| 162 </if> | 162 </if> |
| 163 <button id="profiles-manage" i18n-content="profilesManage" disabled> | 163 <button id="profiles-manage" i18n-content="profilesManage" disabled> |
| 164 </button> | 164 </button> |
| 165 <button id="profiles-delete" i18n-content="profilesDelete"></button> | 165 <button id="profiles-delete" i18n-content="profilesDelete"></button> |
| 166 <if expr="not pp_ifdef('chromeos')"> | 166 <if expr="not chromeos"> |
| 167 <button id="import-data" i18n-content="importData"></button> | 167 <button id="import-data" i18n-content="importData"></button> |
| 168 </if> | 168 </if> |
| 169 </div> | 169 </div> |
| 170 </div> | 170 </div> |
| 171 <div id="profiles-supervised-dashboard-tip" | 171 <div id="profiles-supervised-dashboard-tip" |
| 172 i18n-values=".innerHTML:profilesSupervisedDashboardTip" hidden> | 172 i18n-values=".innerHTML:profilesSupervisedDashboardTip" hidden> |
| 173 </div> | 173 </div> |
| 174 </section> | 174 </section> |
| 175 <section id="set-default-browser-section"> | 175 <section id="set-default-browser-section"> |
| 176 <if expr="not pp_ifdef('chromeos')"> | 176 <if expr="not chromeos"> |
| 177 <h3 i18n-content="sectionTitleDefaultBrowser"></h3> | 177 <h3 i18n-content="sectionTitleDefaultBrowser"></h3> |
| 178 <div> | 178 <div> |
| 179 <button id="set-as-default-browser" | 179 <button id="set-as-default-browser" |
| 180 i18n-content="defaultBrowserUseAsDefault" hidden> | 180 i18n-content="defaultBrowserUseAsDefault" hidden> |
| 181 </button> | 181 </button> |
| 182 <div id="default-browser-state" i18n-content="defaultBrowserUnknown"> | 182 <div id="default-browser-state" i18n-content="defaultBrowserUnknown"> |
| 183 </div> | 183 </div> |
| 184 <div id="auto-launch-option" class="checkbox" hidden> | 184 <div id="auto-launch-option" class="checkbox" hidden> |
| 185 <label id="auto-launch-label"> | 185 <label id="auto-launch-label"> |
| 186 <input id="auto-launch" type="checkbox"> | 186 <input id="auto-launch" type="checkbox"> |
| 187 <span i18n-content="autoLaunchText"></span> | 187 <span i18n-content="autoLaunchText"></span> |
| 188 </label> | 188 </label> |
| 189 </div> | 189 </div> |
| 190 </div> | 190 </div> |
| 191 </if> <!-- not pp_ifdef('chromeos') --> | 191 </if> <!-- not chromeos --> |
| 192 </section> | 192 </section> |
| 193 <div id="advanced-settings" hidden> | 193 <div id="advanced-settings" hidden> |
| 194 <div id="advanced-settings-container"> | 194 <div id="advanced-settings-container"> |
| 195 <if expr="pp_ifdef('chromeos')"> | 195 <if expr="chromeos"> |
| 196 <section> | 196 <section> |
| 197 <h3 i18n-content="datetimeTitle"></h3> | 197 <h3 i18n-content="datetimeTitle"></h3> |
| 198 <div class="option-control-table"> | 198 <div class="option-control-table"> |
| 199 <div guest-visibility="disabled"> | 199 <div guest-visibility="disabled"> |
| 200 <label for="timezone-select" class="option-name" | 200 <label for="timezone-select" class="option-name" |
| 201 i18n-content="timezone"></label> | 201 i18n-content="timezone"></label> |
| 202 <div id="timezone-value"> | 202 <div id="timezone-value"> |
| 203 <select id="timezone-select" class="control" | 203 <select id="timezone-select" class="control" |
| 204 i18n-options="timezoneList" data-type="string" | 204 i18n-options="timezoneList" data-type="string" |
| 205 pref="cros.system.timezone"> | 205 pref="cros.system.timezone"> |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 296 <span> | 296 <span> |
| 297 <label for="safeBrowsingEnabled" | 297 <label for="safeBrowsingEnabled" |
| 298 i18n-content="safeBrowsingEnableProtection"> | 298 i18n-content="safeBrowsingEnableProtection"> |
| 299 </label> | 299 </label> |
| 300 <span class="controlled-setting-indicator" | 300 <span class="controlled-setting-indicator" |
| 301 pref="safebrowsing.enabled"> | 301 pref="safebrowsing.enabled"> |
| 302 </span> | 302 </span> |
| 303 </span> | 303 </span> |
| 304 </span> | 304 </span> |
| 305 </div> | 305 </div> |
| 306 <if expr="pp_ifdef('_google_chrome')"> | 306 <if expr="_google_chrome"> |
| 307 <div class="checkbox"> | 307 <div class="checkbox"> |
| 308 <span class="controlled-setting-with-label"> | 308 <span class="controlled-setting-with-label"> |
| 309 <input id="spelling-enabled-control" type="checkbox" | 309 <input id="spelling-enabled-control" type="checkbox" |
| 310 pref="spellcheck.use_spelling_service" dialog-pref> | 310 pref="spellcheck.use_spelling_service" dialog-pref> |
| 311 <span> | 311 <span> |
| 312 <label for="spelling-enabled-control" i18n-content="spellingPref"> | 312 <label for="spelling-enabled-control" i18n-content="spellingPref"> |
| 313 </label> | 313 </label> |
| 314 <span id="spelling-enabled-indicator" | 314 <span id="spelling-enabled-indicator" |
| 315 class="controlled-setting-indicator" | 315 class="controlled-setting-indicator" |
| 316 pref="spellcheck.use_spelling_service" dialog-pref> | 316 pref="spellcheck.use_spelling_service" dialog-pref> |
| 317 </span> | 317 </span> |
| 318 </span> | 318 </span> |
| 319 </span> | 319 </span> |
| 320 </div> | 320 </div> |
| 321 <div id="metricsReportingSetting" class="checkbox"> | 321 <div id="metricsReportingSetting" class="checkbox"> |
| 322 <span class="controlled-setting-with-label"> | 322 <span class="controlled-setting-with-label"> |
| 323 <if expr="pp_ifdef('chromeos')"> | 323 <if expr="chromeos"> |
| 324 <input id="metricsReportingEnabled" | 324 <input id="metricsReportingEnabled" |
| 325 pref="cros.metrics.reportingEnabled" type="checkbox"> | 325 pref="cros.metrics.reportingEnabled" type="checkbox"> |
| 326 <span> | 326 <span> |
| 327 <label for="metricsReportingEnabled" i18n-content="enableLogging"> | 327 <label for="metricsReportingEnabled" i18n-content="enableLogging"> |
| 328 </label> | 328 </label> |
| 329 <span class="controlled-setting-indicator" | 329 <span class="controlled-setting-indicator" |
| 330 pref="cros.metrics.reportingEnabled"> | 330 pref="cros.metrics.reportingEnabled"> |
| 331 </span> | 331 </span> |
| 332 </span> | 332 </span> |
| 333 </if> | 333 </if> |
| 334 <if expr="not pp_ifdef('chromeos')"> | 334 <if expr="not chromeos"> |
| 335 <input id="metricsReportingEnabled" | 335 <input id="metricsReportingEnabled" |
| 336 pref="user_experience_metrics.reporting_enabled" type="checkbox"> | 336 pref="user_experience_metrics.reporting_enabled" type="checkbox"> |
| 337 <span> | 337 <span> |
| 338 <label for="metricsReportingEnabled" i18n-content="enableLogging"> | 338 <label for="metricsReportingEnabled" i18n-content="enableLogging"> |
| 339 </label> | 339 </label> |
| 340 <span class="controlled-setting-indicator" | 340 <span class="controlled-setting-indicator" |
| 341 pref="user_experience_metrics.reporting_enabled"> | 341 pref="user_experience_metrics.reporting_enabled"> |
| 342 </span> | 342 </span> |
| 343 </span> | 343 </span> |
| 344 </if> | 344 </if> |
| 345 </span> | 345 </span> |
| 346 </div> | 346 </div> |
| 347 </if> <!-- pp_ifdef('_google_chrome') --> | 347 </if> <!-- _google_chrome --> |
| 348 <div class="checkbox"> | 348 <div class="checkbox"> |
| 349 <label> | 349 <label> |
| 350 <input id="do-not-track-enabled" pref="enable_do_not_track" | 350 <input id="do-not-track-enabled" pref="enable_do_not_track" |
| 351 metric="Options_DoNotTrackCheckbox" type="checkbox" dialog-pref> | 351 metric="Options_DoNotTrackCheckbox" type="checkbox" dialog-pref> |
| 352 <span i18n-content="doNotTrack"></span> | 352 <span i18n-content="doNotTrack"></span> |
| 353 </label> | 353 </label> |
| 354 </div> | 354 </div> |
| 355 <if expr="pp_ifdef('chromeos')"> | 355 <if expr="chromeos"> |
| 356 <div class="checkbox"> | 356 <div class="checkbox"> |
| 357 <span class="controlled-setting-with-label"> | 357 <span class="controlled-setting-with-label"> |
| 358 <input id="content-protection-attestation-enabled" type="checkbox" | 358 <input id="content-protection-attestation-enabled" type="checkbox" |
| 359 pref="cros.device.attestation_for_content_protection_enabled"> | 359 pref="cros.device.attestation_for_content_protection_enabled"> |
| 360 <span> | 360 <span> |
| 361 <label for="content-protection-attestation-enabled" | 361 <label for="content-protection-attestation-enabled" |
| 362 i18n-content="enableContentProtectionAttestation"> | 362 i18n-content="enableContentProtectionAttestation"> |
| 363 </label> | 363 </label> |
| 364 <a target="_blank" i18n-content="learnMore" | 364 <a target="_blank" i18n-content="learnMore" |
| 365 i18n-values="href:contentProtectionAttestationLearnMoreURL"> | 365 i18n-values="href:contentProtectionAttestationLearnMoreURL"> |
| (...skipping 22 matching lines...) Expand all Loading... |
| 388 </label> | 388 </label> |
| 389 <span class="controlled-setting-indicator" | 389 <span class="controlled-setting-indicator" |
| 390 pref="hotword.search_enabled" dialog-pref> | 390 pref="hotword.search_enabled" dialog-pref> |
| 391 </span> | 391 </span> |
| 392 </span> | 392 </span> |
| 393 </span> | 393 </span> |
| 394 </div> | 394 </div> |
| 395 </div> | 395 </div> |
| 396 </div> | 396 </div> |
| 397 </section> | 397 </section> |
| 398 <if expr="pp_ifdef('chromeos')"> | 398 <if expr="chromeos"> |
| 399 <!-- By default, the bluetooth section is hidden. It is only visible if a | 399 <!-- By default, the bluetooth section is hidden. It is only visible if a |
| 400 bluetooth adapter is discovered --> | 400 bluetooth adapter is discovered --> |
| 401 <section id="bluetooth-devices" hidden> | 401 <section id="bluetooth-devices" hidden> |
| 402 <h3 i18n-content="bluetooth"></h3> | 402 <h3 i18n-content="bluetooth"></h3> |
| 403 <div id="bluetooth-options-div"> | 403 <div id="bluetooth-options-div"> |
| 404 <div class="checkbox"> | 404 <div class="checkbox"> |
| 405 <label> | 405 <label> |
| 406 <input type="checkbox" id="enable-bluetooth"> | 406 <input type="checkbox" id="enable-bluetooth"> |
| 407 <span i18n-content="enableBluetooth"> | 407 <span i18n-content="enableBluetooth"> |
| 408 </label> | 408 </label> |
| 409 </div> | 409 </div> |
| 410 <div class="settings-list bluetooth-device-list" hidden> | 410 <div class="settings-list bluetooth-device-list" hidden> |
| 411 <list id="bluetooth-paired-devices-list"></list> | 411 <list id="bluetooth-paired-devices-list"></list> |
| 412 <div id="bluetooth-paired-devices-list-empty-placeholder" | 412 <div id="bluetooth-paired-devices-list-empty-placeholder" |
| 413 class="bluetooth-empty-list-label" hidden> | 413 class="bluetooth-empty-list-label" hidden> |
| 414 <span i18n-content="bluetoothNoDevices"></span> | 414 <span i18n-content="bluetoothNoDevices"></span> |
| 415 </div> | 415 </div> |
| 416 </div> | 416 </div> |
| 417 <div id="bluetooth-button-group"> | 417 <div id="bluetooth-button-group"> |
| 418 <button id="bluetooth-add-device" | 418 <button id="bluetooth-add-device" |
| 419 i18n-content="addBluetoothDevice" hidden></button> | 419 i18n-content="addBluetoothDevice" hidden></button> |
| 420 <button id="bluetooth-reconnect-device" | 420 <button id="bluetooth-reconnect-device" |
| 421 i18n-content="bluetoothConnectDevice" disabled hidden></button> | 421 i18n-content="bluetoothConnectDevice" disabled hidden></button> |
| 422 </div> | 422 </div> |
| 423 </div> | 423 </div> |
| 424 </section> | 424 </section> |
| 425 </if> <!-- pp_ifdef('chromeos') --> | 425 </if> <!-- chromeos --> |
| 426 <section id="passwords-and-autofill-section"> | 426 <section id="passwords-and-autofill-section"> |
| 427 <h3 i18n-content="passwordsAndAutofillGroupName"></h3> | 427 <h3 i18n-content="passwordsAndAutofillGroupName"></h3> |
| 428 <div class="checkbox"> | 428 <div class="checkbox"> |
| 429 <span class="controlled-setting-with-label"> | 429 <span class="controlled-setting-with-label"> |
| 430 <input id="autofill-enabled" pref="autofill.enabled" | 430 <input id="autofill-enabled" pref="autofill.enabled" |
| 431 metric="Options_FormAutofill" type="checkbox"> | 431 metric="Options_FormAutofill" type="checkbox"> |
| 432 <span> | 432 <span> |
| 433 <label for="autofill-enabled" i18n-content="autofillEnabled"></label> | 433 <label for="autofill-enabled" i18n-content="autofillEnabled"></label> |
| 434 <span class="controlled-setting-indicator" pref="autofill.enabled"> | 434 <span class="controlled-setting-indicator" pref="autofill.enabled"> |
| 435 </span> | 435 </span> |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 493 <div class="checkbox"> | 493 <div class="checkbox"> |
| 494 <label> | 494 <label> |
| 495 <input id="tabsToLinksPref" pref="webkit.webprefs.tabs_to_links" | 495 <input id="tabsToLinksPref" pref="webkit.webprefs.tabs_to_links" |
| 496 metric="Options_TabsToLinks" type="checkbox"> | 496 metric="Options_TabsToLinks" type="checkbox"> |
| 497 <span i18n-content="tabsToLinksPref"></span> | 497 <span i18n-content="tabsToLinksPref"></span> |
| 498 </label> | 498 </label> |
| 499 </div> | 499 </div> |
| 500 </if> | 500 </if> |
| 501 </div> | 501 </div> |
| 502 </section> | 502 </section> |
| 503 <if expr="not pp_ifdef('chromeos')"> | 503 <if expr="not chromeos"> |
| 504 <section id="network-section"> | 504 <section id="network-section"> |
| 505 <h3 i18n-content="advancedSectionTitleNetwork"></h3> | 505 <h3 i18n-content="advancedSectionTitleNetwork"></h3> |
| 506 <div> | 506 <div> |
| 507 <span id="proxiesLabel" class="settings-row"></span> | 507 <span id="proxiesLabel" class="settings-row"></span> |
| 508 <div class="settings-row"> | 508 <div class="settings-row"> |
| 509 <button id="proxiesConfigureButton" | 509 <button id="proxiesConfigureButton" |
| 510 i18n-content="proxiesConfigureButton"></button> | 510 i18n-content="proxiesConfigureButton"></button> |
| 511 <span class="controlled-setting-indicator" pref="proxy" plural></span> | 511 <span class="controlled-setting-indicator" pref="proxy" plural></span> |
| 512 </div> | 512 </div> |
| 513 </div> | 513 </div> |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 565 <span> | 565 <span> |
| 566 <label for="prompt-for-download" | 566 <label for="prompt-for-download" |
| 567 i18n-content="downloadLocationAskForSaveLocation"> | 567 i18n-content="downloadLocationAskForSaveLocation"> |
| 568 </label> | 568 </label> |
| 569 <span class="controlled-setting-indicator" | 569 <span class="controlled-setting-indicator" |
| 570 pref="download.prompt_for_download"> | 570 pref="download.prompt_for_download"> |
| 571 </span> | 571 </span> |
| 572 </span> | 572 </span> |
| 573 </span> | 573 </span> |
| 574 </div> | 574 </div> |
| 575 <if expr="pp_ifdef('chromeos')"> | 575 <if expr="chromeos"> |
| 576 <div class="checkbox" id="disable-drive-row" guest-visibility="disabled"> | 576 <div class="checkbox" id="disable-drive-row" guest-visibility="disabled"> |
| 577 <span class="controlled-setting-with-label"> | 577 <span class="controlled-setting-with-label"> |
| 578 <input id="drive-disabled" type="checkbox" | 578 <input id="drive-disabled" type="checkbox" |
| 579 pref="gdata.disabled" | 579 pref="gdata.disabled" |
| 580 metric="Options_DisableGData"> | 580 metric="Options_DisableGData"> |
| 581 <span> | 581 <span> |
| 582 <label for="drive-disabled" i18n-content="disableGData"></label> | 582 <label for="drive-disabled" i18n-content="disableGData"></label> |
| 583 <span class="controlled-setting-indicator" pref="gdata.disabled"> | 583 <span class="controlled-setting-indicator" pref="gdata.disabled"> |
| 584 </span> | 584 </span> |
| 585 </span> | 585 </span> |
| 586 </span> | 586 </span> |
| 587 </div> | 587 </div> |
| 588 </if> | 588 </if> |
| 589 <if expr="not pp_ifdef('chromeos')"> | 589 <if expr="not chromeos"> |
| 590 <div id="auto-open-file-types-section" hidden> | 590 <div id="auto-open-file-types-section" hidden> |
| 591 <div id="auto-open-file-types-container"> | 591 <div id="auto-open-file-types-container"> |
| 592 <div id="auto-open-file-types-label" | 592 <div id="auto-open-file-types-label" |
| 593 i18n-content="autoOpenFileTypesInfo"></div> | 593 i18n-content="autoOpenFileTypesInfo"></div> |
| 594 <button id="autoOpenFileTypesResetToDefault" | 594 <button id="autoOpenFileTypesResetToDefault" |
| 595 i18n-content="autoOpenFileTypesResetToDefault"></button> | 595 i18n-content="autoOpenFileTypesResetToDefault"></button> |
| 596 </div> | 596 </div> |
| 597 </div> | 597 </div> |
| 598 </if> | 598 </if> |
| 599 </div> | 599 </div> |
| 600 </section> | 600 </section> |
| 601 <section> | 601 <section> |
| 602 <h3 i18n-content="advancedSectionTitleSecurity"></h3> | 602 <h3 i18n-content="advancedSectionTitleSecurity"></h3> |
| 603 <div> | 603 <div> |
| 604 <if expr="pp_ifdef('use_nss') or is_win or is_macosx"> | 604 <if expr="use_nss or is_win or is_macosx"> |
| 605 <div class="settings-row"> | 605 <div class="settings-row"> |
| 606 <button id="certificatesManageButton" | 606 <button id="certificatesManageButton" |
| 607 i18n-content="certificatesManageButton"></button> | 607 i18n-content="certificatesManageButton"></button> |
| 608 </div> | 608 </div> |
| 609 </if> | 609 </if> |
| 610 <div class="checkbox"> | 610 <div class="checkbox"> |
| 611 <label> | 611 <label> |
| 612 <input id="sslCheckRevocation" pref="ssl.rev_checking.enabled" | 612 <input id="sslCheckRevocation" pref="ssl.rev_checking.enabled" |
| 613 type="checkbox"> | 613 type="checkbox"> |
| 614 <span i18n-content="sslCheckRevocation"></span> | 614 <span i18n-content="sslCheckRevocation"></span> |
| 615 </label> | 615 </label> |
| 616 </div> | 616 </div> |
| 617 </div> | 617 </div> |
| 618 </section> | 618 </section> |
| 619 <section id="cloud-print-connector-section"> | 619 <section id="cloud-print-connector-section"> |
| 620 <h3 i18n-content="advancedSectionTitleCloudPrint"></h3> | 620 <h3 i18n-content="advancedSectionTitleCloudPrint"></h3> |
| 621 <if expr="pp_ifdef('enable_mdns')"> | 621 <if expr="enable_mdns"> |
| 622 <div id="cloudprint-options-mdns" hidden> | 622 <div id="cloudprint-options-mdns" hidden> |
| 623 <div class="settings-row"> | 623 <div class="settings-row"> |
| 624 <span i18n-content="cloudPrintOptionLabel"></span> | 624 <span i18n-content="cloudPrintOptionLabel"></span> |
| 625 <a target="_blank" i18n-content="learnMore" | 625 <a target="_blank" i18n-content="learnMore" |
| 626 i18n-values="href:cloudPrintLearnMoreURL"></a> | 626 i18n-values="href:cloudPrintLearnMoreURL"></a> |
| 627 </div> | 627 </div> |
| 628 <button id="cloudPrintDevicesPageButton" | 628 <button id="cloudPrintDevicesPageButton" |
| 629 i18n-content="cloudPrintDevicesPageButton"> | 629 i18n-content="cloudPrintDevicesPageButton"> |
| 630 </button> | 630 </button> |
| 631 | 631 |
| (...skipping 10 matching lines...) Expand all Loading... |
| 642 </label> | 642 </label> |
| 643 <span class="controlled-setting-indicator" | 643 <span class="controlled-setting-indicator" |
| 644 pref="local_discovery.notifications_enabled"> | 644 pref="local_discovery.notifications_enabled"> |
| 645 </span> | 645 </span> |
| 646 </span> | 646 </span> |
| 647 </div> | 647 </div> |
| 648 </div> | 648 </div> |
| 649 </if> | 649 </if> |
| 650 | 650 |
| 651 <div id="cloudprint-options-nomdns"> | 651 <div id="cloudprint-options-nomdns"> |
| 652 <if expr="pp_ifdef('chromeos')"> | 652 <if expr="chromeos"> |
| 653 <div> | 653 <div> |
| 654 <span i18n-content="cloudPrintOptionLabel"></span> | 654 <span i18n-content="cloudPrintOptionLabel"></span> |
| 655 <a target="_blank" i18n-content="learnMore" | 655 <a target="_blank" i18n-content="learnMore" |
| 656 i18n-values="href:cloudPrintLearnMoreURL"></a> | 656 i18n-values="href:cloudPrintLearnMoreURL"></a> |
| 657 </div> | 657 </div> |
| 658 </if> | 658 </if> |
| 659 | 659 |
| 660 <if expr="not pp_ifdef('chromeos')"> | 660 <if expr="not chromeos"> |
| 661 <p id="cloudPrintConnectorLabel" class="settings-row" | 661 <p id="cloudPrintConnectorLabel" class="settings-row" |
| 662 i18n-content="cloudPrintConnectorDisabledLabel"></p> | 662 i18n-content="cloudPrintConnectorDisabledLabel"></p> |
| 663 </if> | 663 </if> |
| 664 | 664 |
| 665 <div class="settings-row"> | 665 <div class="settings-row"> |
| 666 <if expr="not pp_ifdef('chromeos')"> | 666 <if expr="not chromeos"> |
| 667 <button id="cloudPrintConnectorSetupButton" | 667 <button id="cloudPrintConnectorSetupButton" |
| 668 i18n-content="cloudPrintConnectorDisabledButton"></button> | 668 i18n-content="cloudPrintConnectorDisabledButton"></button> |
| 669 </if> | 669 </if> |
| 670 | 670 |
| 671 <button id="cloudPrintManageButton" | 671 <button id="cloudPrintManageButton" |
| 672 i18n-content="cloudPrintManageButton"> | 672 i18n-content="cloudPrintManageButton"> |
| 673 </button> | 673 </button> |
| 674 </div> | 674 </div> |
| 675 </div> | 675 </div> |
| 676 </section> | 676 </section> |
| 677 | 677 |
| 678 <if expr="pp_ifdef('chromeos')"> | 678 <if expr="chromeos"> |
| 679 <include src="startup_section.html"> | 679 <include src="startup_section.html"> |
| 680 <section> | 680 <section> |
| 681 <h3 i18n-content="accessibilityTitle"></h3> | 681 <h3 i18n-content="accessibilityTitle"></h3> |
| 682 <div class="option-control-table"> | 682 <div class="option-control-table"> |
| 683 <p id="accessibility-explanation" class="settings-row"> | 683 <p id="accessibility-explanation" class="settings-row"> |
| 684 <span i18n-content="accessibilityExplanation"></span> | 684 <span i18n-content="accessibilityExplanation"></span> |
| 685 <a target="_blank" i18n-content="learnMore" | 685 <a target="_blank" i18n-content="learnMore" |
| 686 i18n-values="href:accessibilityLearnMoreURL"></a> | 686 i18n-values="href:accessibilityLearnMoreURL"></a> |
| 687 </p> | 687 </p> |
| 688 <div class="option-name"> | 688 <div class="option-name"> |
| (...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 843 i18n-content="accessibilityVirtualKeyboard"> | 843 i18n-content="accessibilityVirtualKeyboard"> |
| 844 </label> | 844 </label> |
| 845 <span class="controlled-setting-indicator" | 845 <span class="controlled-setting-indicator" |
| 846 pref="settings.a11y.virtual_keyboard"> | 846 pref="settings.a11y.virtual_keyboard"> |
| 847 </span> | 847 </span> |
| 848 </span> | 848 </span> |
| 849 </span> | 849 </span> |
| 850 </div> | 850 </div> |
| 851 </div> | 851 </div> |
| 852 </section> | 852 </section> |
| 853 <if expr="pp_ifdef('chromeos')"> | 853 <if expr="chromeos"> |
| 854 <section id="factory-reset-section" hidden> | 854 <section id="factory-reset-section" hidden> |
| 855 <h3 i18n-content="factoryResetTitle"></h3> | 855 <h3 i18n-content="factoryResetTitle"></h3> |
| 856 <div> | 856 <div> |
| 857 <span class="settings-row" i18n-content="factoryResetDescription"> | 857 <span class="settings-row" i18n-content="factoryResetDescription"> |
| 858 </span> | 858 </span> |
| 859 <button id="factory-reset-restart" | 859 <button id="factory-reset-restart" |
| 860 i18n-content="factoryResetRestart"> | 860 i18n-content="factoryResetRestart"> |
| 861 </button> | 861 </button> |
| 862 </div> | 862 </div> |
| 863 </section> | 863 </section> |
| 864 </if> | 864 </if> |
| 865 </if> | 865 </if> |
| 866 <if expr="not pp_ifdef('chromeos')"> | 866 <if expr="not chromeos"> |
| 867 <section id="system-section"> | 867 <section id="system-section"> |
| 868 <h3 i18n-content="advancedSectionTitleSystem"></h3> | 868 <h3 i18n-content="advancedSectionTitleSystem"></h3> |
| 869 <if expr="not is_macosx"> | 869 <if expr="not is_macosx"> |
| 870 <div class="checkbox"> | 870 <div class="checkbox"> |
| 871 <span class="controlled-setting-with-label"> | 871 <span class="controlled-setting-with-label"> |
| 872 <input id="backgroundModeCheckbox" pref="background_mode.enabled" | 872 <input id="backgroundModeCheckbox" pref="background_mode.enabled" |
| 873 type="checkbox"> | 873 type="checkbox"> |
| 874 <span> | 874 <span> |
| 875 <label for="backgroundModeCheckbox" | 875 <label for="backgroundModeCheckbox" |
| 876 i18n-content="backgroundModeCheckbox"> | 876 i18n-content="backgroundModeCheckbox"> |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 908 </div> | 908 </div> |
| 909 </section> | 909 </section> |
| 910 </div> <!-- advanced-settings-container --> | 910 </div> <!-- advanced-settings-container --> |
| 911 </div> <!-- advanced-settings --> | 911 </div> <!-- advanced-settings --> |
| 912 <footer> | 912 <footer> |
| 913 <button id="advanced-settings-expander" class="link-button" | 913 <button id="advanced-settings-expander" class="link-button" |
| 914 i18n-content="showAdvancedSettings"> | 914 i18n-content="showAdvancedSettings"> |
| 915 </button> | 915 </button> |
| 916 </footer> | 916 </footer> |
| 917 </div> | 917 </div> |
| OLD | NEW |