| 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="automatic_settings_reset_banner.html"> | 5 <include src="automatic_settings_reset_banner.html"> |
| 6 <if expr="chromeos"> | 6 <if expr="chromeos"> |
| 7 <include src="secondary_user_banner.html"> | 7 <include src="secondary_user_banner.html"> |
| 8 <section> | 8 <section> |
| 9 <div id="network-section-header" class="section-header"> | 9 <div id="network-section-header" class="section-header"> |
| 10 <h3 i18n-content="sectionTitleInternet"></h3> | 10 <h3 i18n-content="sectionTitleInternet"></h3> |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 53 <button id="themes-gallery" i18n-content="themesGallery"></button> | 53 <button id="themes-gallery" i18n-content="themesGallery"></button> |
| 54 <button id="themes-reset" i18n-content="themesReset"></button> | 54 <button id="themes-reset" i18n-content="themesReset"></button> |
| 55 </if> | 55 </if> |
| 56 </div> | 56 </div> |
| 57 <div class="checkbox controlled-setting-with-label" | 57 <div class="checkbox controlled-setting-with-label" |
| 58 guest-visibility="disabled"> | 58 guest-visibility="disabled"> |
| 59 <label> | 59 <label> |
| 60 <input type="checkbox" | 60 <input type="checkbox" |
| 61 pref="browser.show_home_button" | 61 pref="browser.show_home_button" |
| 62 metric="Options_Homepage_HomeButton"> | 62 metric="Options_Homepage_HomeButton"> |
| 63 <span> | 63 <span i18n-content="homePageShowHomeButton"></span> |
| 64 <span i18n-content="homePageShowHomeButton"></span> | |
| 65 <span class="controlled-setting-indicator" | |
| 66 pref="browser.show_home_button"></span> | |
| 67 </span> | |
| 68 </label> | 64 </label> |
| 65 <span class="controlled-setting-indicator" |
| 66 pref="browser.show_home_button"></span> |
| 69 </div> | 67 </div> |
| 70 <div id="change-home-page-section" hidden> | 68 <div id="change-home-page-section" hidden> |
| 71 <div id="change-home-page-section-container" guest-visibility="disabled"> | 69 <div id="change-home-page-section-container" guest-visibility="disabled"> |
| 72 <span id="home-page-ntp" class="home-page-label" | 70 <span id="home-page-ntp" class="home-page-label" |
| 73 i18n-content="homePageNtp"></span> | 71 i18n-content="homePageNtp"></span> |
| 74 <span id="home-page-url" class="home-page-label"></span> | 72 <span id="home-page-url" class="home-page-label"></span> |
| 75 <button id="change-home-page" class="link-button" | 73 <button id="change-home-page" class="link-button" |
| 76 i18n-content="changeHomePage"></button> | 74 i18n-content="changeHomePage"></button> |
| 77 <div id="extension-controlled-container"></div> | 75 <div id="extension-controlled-container"></div> |
| 78 </div> | 76 </div> |
| 79 </div> | 77 </div> |
| 80 <div class="checkbox controlled-setting-with-label" | 78 <div class="checkbox controlled-setting-with-label" |
| 81 guest-visibility="disabled"> | 79 guest-visibility="disabled"> |
| 82 <label> | 80 <label> |
| 83 <input type="checkbox" | 81 <input type="checkbox" |
| 84 pref="bookmark_bar.show_on_all_tabs" | 82 pref="bookmark_bar.show_on_all_tabs" |
| 85 metric="Options_ShowBookmarksBar"> | 83 metric="Options_ShowBookmarksBar"> |
| 86 <span> | 84 <span i18n-content="toolbarShowBookmarksBar"></span> |
| 87 <span i18n-content="toolbarShowBookmarksBar"></span> | |
| 88 <span class="controlled-setting-indicator" | |
| 89 pref="bookmark_bar.show_on_all_tabs"></span> | |
| 90 </span> | |
| 91 </label> | 85 </label> |
| 86 <span class="controlled-setting-indicator" |
| 87 pref="bookmark_bar.show_on_all_tabs"> |
| 88 </span> |
| 92 </div> | 89 </div> |
| 93 <if expr="is_posix and not chromeos and not is_macosx"> | 90 <if expr="is_posix and not chromeos and not is_macosx"> |
| 94 <div class="checkbox"><label> | 91 <div class="checkbox"><label> |
| 95 <input id="show-window-decorations" type="checkbox" | 92 <input id="show-window-decorations" type="checkbox" |
| 96 pref="browser.custom_chrome_frame" metric="Options_CustomFrame" | 93 pref="browser.custom_chrome_frame" metric="Options_CustomFrame" |
| 97 inverted_pref> | 94 inverted_pref> |
| 98 <span i18n-content="showWindowDecorations"></span> | 95 <span i18n-content="showWindowDecorations"></span> |
| 99 </label></div> | 96 </label></div> |
| 100 </if> | 97 </if> |
| 101 </section> | 98 </section> |
| (...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 287 <span i18n-content="improveBrowsingExperience"></span> | 284 <span i18n-content="improveBrowsingExperience"></span> |
| 288 <span i18n-content="disableWebServices"></span> | 285 <span i18n-content="disableWebServices"></span> |
| 289 <a target="_blank" i18n-content="learnMore" | 286 <a target="_blank" i18n-content="learnMore" |
| 290 i18n-values="href:privacyLearnMoreURL"></a> | 287 i18n-values="href:privacyLearnMoreURL"></a> |
| 291 </p> | 288 </p> |
| 292 <div class="checkbox controlled-setting-with-label"> | 289 <div class="checkbox controlled-setting-with-label"> |
| 293 <label> | 290 <label> |
| 294 <input id="alternateErrorPagesEnabled" | 291 <input id="alternateErrorPagesEnabled" |
| 295 pref="alternate_error_pages.enabled" | 292 pref="alternate_error_pages.enabled" |
| 296 metric="Options_LinkDoctorCheckbox" type="checkbox"> | 293 metric="Options_LinkDoctorCheckbox" type="checkbox"> |
| 297 <span> | 294 <span i18n-content="linkDoctorPref"></span> |
| 298 <span i18n-content="linkDoctorPref"></span> | |
| 299 <span class="controlled-setting-indicator" | |
| 300 pref="alternate_error_pages.enabled"></span> | |
| 301 </span> | |
| 302 </label> | 295 </label> |
| 296 <span class="controlled-setting-indicator" |
| 297 pref="alternate_error_pages.enabled"> |
| 298 </span> |
| 303 </div> | 299 </div> |
| 304 <div class="checkbox controlled-setting-with-label" | 300 <div class="checkbox controlled-setting-with-label" |
| 305 guest-visibility="disabled"> | 301 guest-visibility="disabled"> |
| 306 <label> | 302 <label> |
| 307 <input pref="search.suggest_enabled" | 303 <input pref="search.suggest_enabled" |
| 308 metric="Options_UseSuggestCheckbox" type="checkbox"> | 304 metric="Options_UseSuggestCheckbox" type="checkbox"> |
| 309 <span> | 305 <span i18n-content="suggestPref"></span> |
| 310 <span i18n-content="suggestPref"></span> | |
| 311 <span class="controlled-setting-indicator" | |
| 312 pref="search.suggest_enabled"></span> | |
| 313 </span> | |
| 314 </label> | 306 </label> |
| 307 <span class="controlled-setting-indicator" |
| 308 pref="search.suggest_enabled"> |
| 309 </span> |
| 315 </div> | 310 </div> |
| 316 <div class="checkbox" guest-visibility="disabled"> | 311 <div class="checkbox" guest-visibility="disabled"> |
| 317 <span class="controlled-setting-with-label"> | 312 <span class="controlled-setting-with-label"> |
| 318 <label> | 313 <label> |
| 319 <input id="networkPredictionOptions" | 314 <input id="networkPredictionOptions" |
| 320 metric="Options_DnsPrefetchCheckbox" type="checkbox"> | 315 metric="Options_DnsPrefetchCheckbox" type="checkbox"> |
| 321 <span> | 316 <span i18n-content="networkPredictionEnabledDescription"></span> |
| 322 <span i18n-content="networkPredictionEnabledDescription"></span> | |
| 323 <span class="controlled-setting-indicator" | |
| 324 pref="net.network_prediction_options"></span> | |
| 325 </span> | |
| 326 </label> | 317 </label> |
| 318 <span class="controlled-setting-indicator" |
| 319 pref="net.network_prediction_options"></span> |
| 327 </span> | 320 </span> |
| 328 </div> | 321 </div> |
| 329 <div class="checkbox controlled-setting-with-label"> | 322 <div class="checkbox controlled-setting-with-label"> |
| 330 <label> | 323 <label> |
| 331 <input | 324 <input |
| 332 metric="Options_SafeBrowsingExtendedReportingCheckbox" | 325 metric="Options_SafeBrowsingExtendedReportingCheckbox" |
| 333 pref="safebrowsing.extended_reporting_enabled" | 326 pref="safebrowsing.extended_reporting_enabled" |
| 334 type="checkbox"> | 327 type="checkbox"> |
| 335 <span> | 328 <span i18n-content="safeBrowsingEnableExtendedReporting"></span> |
| 336 <span i18n-content="safeBrowsingEnableExtendedReporting"></span> | |
| 337 <span class="controlled-setting-indicator" | |
| 338 pref="safebrowsing.extended_reporting_enabled"></span> | |
| 339 </span> | |
| 340 </label> | 329 </label> |
| 330 <span class="controlled-setting-indicator" |
| 331 pref="safebrowsing.extended_reporting_enabled"> |
| 332 </span> |
| 341 </div> | 333 </div> |
| 342 <div class="checkbox controlled-setting-with-label"> | 334 <div class="checkbox controlled-setting-with-label"> |
| 343 <label> | 335 <label> |
| 344 <input pref="safebrowsing.enabled" | 336 <input pref="safebrowsing.enabled" |
| 345 metric="Options_SafeBrowsingCheckbox" type="checkbox"> | 337 metric="Options_SafeBrowsingCheckbox" type="checkbox"> |
| 346 <span> | 338 <span i18n-content="safeBrowsingEnableProtection"></span> |
| 347 <span i18n-content="safeBrowsingEnableProtection"></span> | |
| 348 <span class="controlled-setting-indicator" | |
| 349 pref="safebrowsing.enabled"></span> | |
| 350 </span> | |
| 351 </label> | 339 </label> |
| 340 <span class="controlled-setting-indicator" |
| 341 pref="safebrowsing.enabled"> |
| 342 </span> |
| 352 </div> | 343 </div> |
| 353 <if expr="_google_chrome"> | 344 <if expr="_google_chrome"> |
| 354 <div class="checkbox controlled-setting-with-label"> | 345 <div class="checkbox controlled-setting-with-label"> |
| 355 <label> | 346 <label> |
| 356 <input id="spelling-enabled-control" type="checkbox" | 347 <input id="spelling-enabled-control" type="checkbox" |
| 357 metric="Options_SpellingServiceCheckbox" | 348 metric="Options_SpellingServiceCheckbox" |
| 358 pref="spellcheck.use_spelling_service" dialog-pref> | 349 pref="spellcheck.use_spelling_service" dialog-pref> |
| 359 <span> | 350 <span i18n-content="spellingPref"></span> |
| 360 <span i18n-content="spellingPref"></span> | |
| 361 <span id="spelling-enabled-indicator" | |
| 362 class="controlled-setting-indicator" | |
| 363 pref="spellcheck.use_spelling_service" dialog-pref> | |
| 364 </span> | |
| 365 </label> | 351 </label> |
| 352 <span id="spelling-enabled-indicator" |
| 353 class="controlled-setting-indicator" |
| 354 pref="spellcheck.use_spelling_service" dialog-pref> |
| 355 </span> |
| 366 </div> | 356 </div> |
| 367 <div id="metricsReportingSetting" | 357 <div id="metricsReportingSetting" |
| 368 class="checkbox controlled-setting-with-label"> | 358 class="checkbox controlled-setting-with-label"> |
| 369 <if expr="chromeos"> | 359 <if expr="chromeos"> |
| 370 <label> | 360 <label> |
| 371 <input id="metricsReportingEnabled" | 361 <input id="metricsReportingEnabled" |
| 372 pref="cros.metrics.reportingEnabled" type="checkbox"> | 362 pref="cros.metrics.reportingEnabled" type="checkbox"> |
| 373 <span> | 363 <span i18n-content="enableLogging"></span> |
| 374 <span i18n-content="enableLogging"></span> | |
| 375 <span class="controlled-setting-indicator" | |
| 376 pref="cros.metrics.reportingEnabled"></span> | |
| 377 </span> | |
| 378 </label> | 364 </label> |
| 365 <span class="controlled-setting-indicator" |
| 366 pref="cros.metrics.reportingEnabled"></span> |
| 379 </if> | 367 </if> |
| 380 <if expr="not chromeos"> | 368 <if expr="not chromeos"> |
| 381 <label> | 369 <label> |
| 382 <input id="metricsReportingEnabled" | 370 <input id="metricsReportingEnabled" |
| 383 pref="user_experience_metrics.reporting_enabled" type="checkbox"> | 371 pref="user_experience_metrics.reporting_enabled" type="checkbox"> |
| 384 <span> | 372 <span i18n-content="enableLogging"> |
| 385 <span i18n-content="enableLogging"></span> | |
| 386 <span class="controlled-setting-indicator" | |
| 387 pref="user_experience_metrics.reporting_enabled"></span> | |
| 388 </span> | |
| 389 </label> | 373 </label> |
| 374 <span class="controlled-setting-indicator" |
| 375 pref="user_experience_metrics.reporting_enabled"> |
| 376 </span> |
| 390 <span id="metrics-reporting-reset-restart"> | 377 <span id="metrics-reporting-reset-restart"> |
| 391 <!-- Text filled by JavaScript --> | 378 <!-- Text filled by JavaScript --> |
| 392 <span></span><button class= | 379 <span></span><button class= |
| 393 "link-button standalone-link-button"></button><span></span> | 380 "link-button standalone-link-button"></button><span></span> |
| 394 </span> | 381 </span> |
| 395 </if> | 382 </if> |
| 396 </div> | 383 </div> |
| 397 </if> <!-- _google_chrome --> | 384 </if> <!-- _google_chrome --> |
| 398 <div class="checkbox"> | 385 <div class="checkbox"> |
| 399 <label> | 386 <label> |
| 400 <input id="do-not-track-enabled" pref="enable_do_not_track" | 387 <input id="do-not-track-enabled" pref="enable_do_not_track" |
| 401 metric="Options_DoNotTrackCheckbox" type="checkbox" dialog-pref> | 388 metric="Options_DoNotTrackCheckbox" type="checkbox" dialog-pref> |
| 402 <span i18n-content="doNotTrack"></span> | 389 <span i18n-content="doNotTrack"></span> |
| 403 </label> | 390 </label> |
| 404 </div> | 391 </div> |
| 405 <if expr="chromeos"> | 392 <if expr="chromeos"> |
| 406 <div class="checkbox controlled-setting-with-label"> | 393 <div class="checkbox controlled-setting-with-label"> |
| 407 <label> | 394 <label> |
| 408 <input id="content-protection-attestation-enabled" type="checkbox" | 395 <input id="content-protection-attestation-enabled" type="checkbox" |
| 409 pref="cros.device.attestation_for_content_protection_enabled"> | 396 pref="cros.device.attestation_for_content_protection_enabled"> |
| 410 <span> | 397 <span i18n-content="enableContentProtectionAttestation"></span> |
| 411 <span i18n-content="enableContentProtectionAttestation"></span> | |
| 412 <span class="controlled-setting-indicator" | |
| 413 pref="cros.device.attestation_for_content_protection_enabled"> | |
| 414 </span> | |
| 415 </span> | |
| 416 </label> | 398 </label> |
| 417 <a target="_blank" i18n-content="learnMore" | 399 <a target="_blank" i18n-content="learnMore" |
| 418 i18n-values="href:contentProtectionAttestationLearnMoreURL"> | 400 i18n-values="href:contentProtectionAttestationLearnMoreURL"> |
| 419 </a> | 401 </a> |
| 402 <span class="controlled-setting-indicator" |
| 403 pref="cros.device.attestation_for_content_protection_enabled"> |
| 404 </span> |
| 420 </div> | 405 </div> |
| 421 </if> | 406 </if> |
| 422 <div id="hotword-search" hidden> | 407 <div id="hotword-search" hidden> |
| 423 <div class="checkbox controlled-setting-with-label"> | 408 <div class="checkbox controlled-setting-with-label"> |
| 424 <label> | 409 <label> |
| 425 <input id="hotword-search-enable" pref="hotword.search_enabled_2" | 410 <input id="hotword-search-enable" pref="hotword.search_enabled_2" |
| 426 metric="Options_HotwordCheckbox" type="checkbox" dialog-pref> | 411 metric="Options_HotwordCheckbox" type="checkbox" dialog-pref> |
| 427 <span> | 412 <span i18n-values=".innerHTML:hotwordSearchEnable"></span> |
| 428 <span i18n-values=".innerHTML:hotwordSearchEnable"></span> | |
| 429 <span id="hotword-search-setting-indicator" | |
| 430 pref="hotword.search_enabled_2" dialog-pref></span> | |
| 431 </span> | |
| 432 </label> | 413 </label> |
| 414 <span id="hotword-search-setting-indicator" |
| 415 pref="hotword.search_enabled_2" dialog-pref> |
| 416 </span> |
| 433 </div> | 417 </div> |
| 434 </div> | 418 </div> |
| 435 </div> | 419 </div> |
| 436 </section> | 420 </section> |
| 437 <if expr="chromeos"> | 421 <if expr="chromeos"> |
| 438 <!-- By default, the bluetooth section is hidden. It is only visible if a | 422 <!-- By default, the bluetooth section is hidden. It is only visible if a |
| 439 bluetooth adapter is discovered --> | 423 bluetooth adapter is discovered --> |
| 440 <section id="bluetooth-devices" hidden> | 424 <section id="bluetooth-devices" hidden> |
| 441 <h3 i18n-content="bluetooth"></h3> | 425 <h3 i18n-content="bluetooth"></h3> |
| 442 <div id="bluetooth-options-div"> | 426 <div id="bluetooth-options-div"> |
| (...skipping 18 matching lines...) Expand all Loading... |
| 461 </div> | 445 </div> |
| 462 </div> | 446 </div> |
| 463 </section> | 447 </section> |
| 464 </if> <!-- chromeos --> | 448 </if> <!-- chromeos --> |
| 465 <section id="passwords-and-autofill-section"> | 449 <section id="passwords-and-autofill-section"> |
| 466 <h3 i18n-content="passwordsAndAutofillGroupName"></h3> | 450 <h3 i18n-content="passwordsAndAutofillGroupName"></h3> |
| 467 <div class="checkbox controlled-setting-with-label"> | 451 <div class="checkbox controlled-setting-with-label"> |
| 468 <label> | 452 <label> |
| 469 <input id="autofill-enabled" pref="autofill.enabled" | 453 <input id="autofill-enabled" pref="autofill.enabled" |
| 470 metric="Options_FormAutofill" type="checkbox"> | 454 metric="Options_FormAutofill" type="checkbox"> |
| 471 <span> | 455 <span i18n-content="autofillEnabled"></span> |
| 472 <span i18n-content="autofillEnabled"></span> | 456 <span class="controlled-setting-indicator" pref="autofill.enabled"> |
| 473 <span class="controlled-setting-indicator" pref="autofill.enabled"> | |
| 474 </span> | |
| 475 </span> | 457 </span> |
| 476 </label> | 458 </label> |
| 477 <button id="autofill-settings" class="link-button" | 459 <button id="autofill-settings" class="link-button" |
| 478 i18n-content="manageAutofillSettings"> | 460 i18n-content="manageAutofillSettings"> |
| 479 </button> | 461 </button> |
| 480 </div> | 462 </div> |
| 481 <div class="checkbox controlled-setting-with-label"> | 463 <div class="checkbox controlled-setting-with-label"> |
| 482 <label> | 464 <label> |
| 483 <input id="password-manager-enabled" | 465 <input id="password-manager-enabled" |
| 484 pref="profile.password_manager_enabled" | 466 pref="profile.password_manager_enabled" |
| 485 metric="Options_PasswordManager" type="checkbox"> | 467 metric="Options_PasswordManager" type="checkbox"> |
| 486 <span> | 468 <span i18n-content="passwordManagerEnabled"></span> |
| 487 <span i18n-content="passwordManagerEnabled"></span> | 469 <span class="controlled-setting-indicator" |
| 488 <span class="controlled-setting-indicator" | 470 pref="profile.password_manager_enabled"></span> |
| 489 pref="profile.password_manager_enabled"></span> | |
| 490 </span> | 471 </span> |
| 491 </label> | 472 </label> |
| 492 <button id="manage-passwords" class="link-button" | 473 <button id="manage-passwords" class="link-button" |
| 493 i18n-content="managePasswords"></button> | 474 i18n-content="managePasswords"></button> |
| 494 </div> | 475 </div> |
| 495 <if expr="is_macosx"> | 476 <if expr="is_macosx"> |
| 496 <div id="mac-passwords-warning" i18n-content="macPasswordsWarning" hidden> | 477 <div id="mac-passwords-warning" i18n-content="macPasswordsWarning" hidden> |
| 497 </div> | 478 </div> |
| 498 </if> | 479 </if> |
| 499 </section> | 480 </section> |
| 500 <section id="easy-unlock-section" guest-visibility="hidden" hidden> | 481 <section id="easy-unlock-section" guest-visibility="hidden" hidden> |
| 501 <h3 i18n-content="easyUnlockSectionTitle"></h3> | 482 <h3 i18n-content="easyUnlockSectionTitle"></h3> |
| 502 <!-- Options shown when the user has not set up Easy Unlock --> | 483 <!-- Options shown when the user has not set up Easy Unlock --> |
| 503 <div id='easy-unlock-setup' hidden> | 484 <div id='easy-unlock-setup' hidden> |
| 504 <div class="settings-row"> | 485 <div class="controlled-setting-with-label"> |
| 505 <span i18n-content="easyUnlockSetupIntro"></span> | 486 <span i18n-content="easyUnlockSetupIntro"></span> |
| 506 <a target="_blank" i18n-content="learnMore" | 487 <a target="_blank" i18n-content="learnMore" |
| 507 i18n-values="href:easyUnlockLearnMoreURL"></a> | 488 i18n-values="href:easyUnlockLearnMoreURL"></a> |
| 508 </div> | 489 </div> |
| 509 <button id="easy-unlock-setup-button" | 490 <button id="easy-unlock-setup-button" |
| 510 i18n-content="easyUnlockSetupButton"></button> | 491 i18n-content="easyUnlockSetupButton"></button> |
| 511 </div> | 492 </div> |
| 512 <!-- Options shown when the user has set up Easy Unlock --> | 493 <!-- Options shown when the user has set up Easy Unlock --> |
| 513 <div id='easy-unlock-enable' hidden> | 494 <div id='easy-unlock-enable' hidden> |
| 514 <div class="settings-row"> | 495 <div class="controlled-setting-with-label"> |
| 515 <span i18n-content="easyUnlockDescription"></span> | 496 <span i18n-content="easyUnlockDescription"></span> |
| 516 <a target="_blank" i18n-content="learnMore" | 497 <a target="_blank" i18n-content="learnMore" |
| 517 i18n-values="href:easyUnlockLearnMoreURL"></a> | 498 i18n-values="href:easyUnlockLearnMoreURL"></a> |
| 518 </div> | 499 </div> |
| 519 <button id="easy-unlock-turn-off-button" | 500 <button id="easy-unlock-turn-off-button" |
| 520 i18n-content="easyUnlockTurnOffButton"></button> | 501 i18n-content="easyUnlockTurnOffButton"></button> |
| 521 </div> | 502 </div> |
| 522 </section> | 503 </section> |
| 523 <section id="web-content-section"> | 504 <section id="web-content-section"> |
| 524 <h3 i18n-content="advancedSectionTitleContent"></h3> | 505 <h3 i18n-content="advancedSectionTitleContent"></h3> |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 585 i18n-values="href:languagesLearnMoreURL"></a> | 566 i18n-values="href:languagesLearnMoreURL"></a> |
| 586 </div> | 567 </div> |
| 587 <div class="settings-row"> | 568 <div class="settings-row"> |
| 588 <button id="language-button" | 569 <button id="language-button" |
| 589 i18n-content="languageAndSpellCheckSettingsButton"></button> | 570 i18n-content="languageAndSpellCheckSettingsButton"></button> |
| 590 </div> | 571 </div> |
| 591 <div class="checkbox controlled-setting-with-label"> | 572 <div class="checkbox controlled-setting-with-label"> |
| 592 <label> | 573 <label> |
| 593 <input pref="translate.enabled" | 574 <input pref="translate.enabled" |
| 594 metric="Options_Translate" type="checkbox"> | 575 metric="Options_Translate" type="checkbox"> |
| 595 <span> | 576 <span i18n-content="translateEnableTranslate"></span> |
| 596 <span i18n-content="translateEnableTranslate"></span> | |
| 597 <span class="controlled-setting-indicator" pref="translate.enabled"> | |
| 598 </span> | |
| 599 </span> | |
| 600 </label> | 577 </label> |
| 578 <span class="controlled-setting-indicator" pref="translate.enabled"> |
| 579 </span> |
| 601 <button id="manage-languages" class="link-button" | 580 <button id="manage-languages" class="link-button" |
| 602 i18n-content="manageLanguages"></button> | 581 i18n-content="manageLanguages"></button> |
| 603 </div> | 582 </div> |
| 604 </section> | 583 </section> |
| 605 <section id="downloads-section"> | 584 <section id="downloads-section"> |
| 606 <h3 i18n-content="downloadLocationGroupName"></h3> | 585 <h3 i18n-content="downloadLocationGroupName"></h3> |
| 607 <div> | 586 <div> |
| 608 <div class="settings-row"> | 587 <div class="settings-row"> |
| 609 <label> | 588 <label> |
| 610 <span id="download-location-label" | 589 <span id="download-location-label" |
| 611 i18n-content="downloadLocationBrowseTitle"> | 590 i18n-content="downloadLocationBrowseTitle"> |
| 612 </span> | 591 </span> |
| 613 <input id="downloadLocationPath" class="weakrtl" type="text" | 592 <input id="downloadLocationPath" class="weakrtl" type="text" |
| 614 size="36" readonly> | 593 size="36" readonly> |
| 615 </label> | 594 </label> |
| 616 <button id="downloadLocationChangeButton" | 595 <button id="downloadLocationChangeButton" |
| 617 i18n-content="downloadLocationChangeButton"> | 596 i18n-content="downloadLocationChangeButton"> |
| 618 </button> | 597 </button> |
| 619 <span class="controlled-setting-indicator" | 598 <span class="controlled-setting-indicator" |
| 620 pref="download.default_directory"> | 599 pref="download.default_directory"> |
| 621 </span> | 600 </span> |
| 622 </div> | 601 </div> |
| 623 <div class="checkbox controlled-setting-with-label"> | 602 <div class="checkbox controlled-setting-with-label"> |
| 624 <label> | 603 <label> |
| 625 <input type="checkbox" | 604 <input type="checkbox" |
| 626 pref="download.prompt_for_download" | 605 pref="download.prompt_for_download" |
| 627 metric="Options_AskForSaveLocation"> | 606 metric="Options_AskForSaveLocation"> |
| 628 <span> | 607 <span i18n-content="downloadLocationAskForSaveLocation"></span> |
| 629 <span i18n-content="downloadLocationAskForSaveLocation"></span> | |
| 630 <span class="controlled-setting-indicator" | |
| 631 pref="download.prompt_for_download"></span> | |
| 632 </span> | |
| 633 </label> | 608 </label> |
| 609 <span class="controlled-setting-indicator" |
| 610 pref="download.prompt_for_download"></span> |
| 634 </div> | 611 </div> |
| 635 <if expr="chromeos"> | 612 <if expr="chromeos"> |
| 636 <div class="checkbox controlled-setting-with-label" | 613 <div class="checkbox controlled-setting-with-label" |
| 637 id="disable-drive-row" guest-visibility="disabled"> | 614 id="disable-drive-row" guest-visibility="disabled"> |
| 638 <label> | 615 <label> |
| 639 <input type="checkbox" | 616 <input type="checkbox" |
| 640 pref="gdata.disabled" | 617 pref="gdata.disabled" |
| 641 metric="Options_DisableGData"> | 618 metric="Options_DisableGData"> |
| 642 <span> | 619 <span i18n-content="disableGData"></span> |
| 643 <span i18n-content="disableGData"></span> | |
| 644 <span class="controlled-setting-indicator" pref="gdata.disabled"> | |
| 645 </span> | |
| 646 </span> | |
| 647 </label> | 620 </label> |
| 621 <span class="controlled-setting-indicator" pref="gdata.disabled"> |
| 622 </span> |
| 648 </div> | 623 </div> |
| 649 </if> | 624 </if> |
| 650 <div id="auto-open-file-types-section" hidden> | 625 <div id="auto-open-file-types-section" hidden> |
| 651 <div id="auto-open-file-types-container"> | 626 <div id="auto-open-file-types-container"> |
| 652 <div id="auto-open-file-types-label" class="settings-row" | 627 <div id="auto-open-file-types-label" class="settings-row" |
| 653 i18n-content="autoOpenFileTypesInfo"></div> | 628 i18n-content="autoOpenFileTypesInfo"></div> |
| 654 <div class="settings-row"> | 629 <div class="settings-row"> |
| 655 <button id="autoOpenFileTypesResetToDefault" | 630 <button id="autoOpenFileTypesResetToDefault" |
| 656 i18n-content="autoOpenFileTypesResetToDefault"></button> | 631 i18n-content="autoOpenFileTypesResetToDefault"></button> |
| 657 </div> | 632 </div> |
| (...skipping 17 matching lines...) Expand all Loading... |
| 675 <h3 i18n-content="advancedSectionTitleCloudPrint"></h3> | 650 <h3 i18n-content="advancedSectionTitleCloudPrint"></h3> |
| 676 <div class="settings-row"> | 651 <div class="settings-row"> |
| 677 <span i18n-content="cloudPrintOptionLabel"></span> | 652 <span i18n-content="cloudPrintOptionLabel"></span> |
| 678 <a target="_blank" i18n-content="learnMore" | 653 <a target="_blank" i18n-content="learnMore" |
| 679 i18n-values="href:cloudPrintLearnMoreURL"></a> | 654 i18n-values="href:cloudPrintLearnMoreURL"></a> |
| 680 </div> | 655 </div> |
| 681 <button id="cloudPrintDevicesPageButton" | 656 <button id="cloudPrintDevicesPageButton" |
| 682 i18n-content="cloudPrintDevicesPageButton"> | 657 i18n-content="cloudPrintDevicesPageButton"> |
| 683 </button> | 658 </button> |
| 684 | 659 |
| 685 <div class="settings-row checkbox controlled-setting-with-label" | 660 <div class="checkbox controlled-setting-with-label" |
| 686 i18n-values=".hidden: cloudPrintHideNotificationsCheckbox"> | 661 i18n-values=".hidden: cloudPrintHideNotificationsCheckbox"> |
| 687 <label> | 662 <label> |
| 688 <input id="local-discovery-notifications-enabled" | 663 <input id="local-discovery-notifications-enabled" |
| 689 pref="local_discovery.notifications_enabled" | 664 pref="local_discovery.notifications_enabled" |
| 690 type="checkbox" | 665 type="checkbox" |
| 691 metric="LocalDiscoveryNotificationsDisabled_Settings"> | 666 metric="LocalDiscoveryNotificationsDisabled_Settings"> |
| 692 <span> | 667 <span i18n-content="cloudPrintEnableNotificationsLabel"></span> |
| 693 <span i18n-content="cloudPrintEnableNotificationsLabel"></span> | |
| 694 <span class="controlled-setting-indicator" | |
| 695 pref="local_discovery.notifications_enabled"></span> | |
| 696 </span> | |
| 697 </label> | 668 </label> |
| 669 <span class="controlled-setting-indicator" |
| 670 pref="local_discovery.notifications_enabled"></span> |
| 698 </div> | 671 </div> |
| 699 </section> | 672 </section> |
| 700 </if> | 673 </if> |
| 701 | 674 |
| 702 <if expr="chromeos"> | 675 <if expr="chromeos"> |
| 703 <include src="startup_section.html"> | 676 <include src="startup_section.html"> |
| 704 <section> | 677 <section> |
| 705 <h3 i18n-content="accessibilityTitle"></h3> | 678 <h3 i18n-content="accessibilityTitle"></h3> |
| 706 <div class="option-control-table"> | 679 <div class="option-control-table"> |
| 707 <p id="accessibility-explanation" class="settings-row"> | 680 <p id="accessibility-explanation" class="settings-row"> |
| 708 <span i18n-content="accessibilityExplanation"></span> | 681 <span i18n-content="accessibilityExplanation"></span> |
| 709 <a id="accessibility-learn-more" target="_blank" | 682 <a id="accessibility-learn-more" target="_blank" |
| 710 i18n-content="learnMore"></a> | 683 i18n-content="learnMore"></a> |
| 711 </p> | 684 </p> |
| 712 <div class="option-name"> | 685 <div class="option-name"> |
| 713 <div class="checkbox controlled-setting-with-label"> | 686 <div class="checkbox controlled-setting-with-label"> |
| 714 <label> | 687 <label> |
| 715 <input | 688 <input |
| 716 pref="settings.a11y.enable_menu" type="checkbox" | 689 pref="settings.a11y.enable_menu" type="checkbox" |
| 717 metric="Options_AccessibilitySystemMenu"> | 690 metric="Options_AccessibilitySystemMenu"> |
| 718 <span> | 691 <span i18n-content="accessibilityAlwaysShowMenu"></span> |
| 719 <span i18n-content="accessibilityAlwaysShowMenu"></span> | |
| 720 <span class="controlled-setting-indicator" | |
| 721 pref="settings.a11y.enable_menu"></span> | |
| 722 </span> | |
| 723 </label> | 692 </label> |
| 693 <span class="controlled-setting-indicator" |
| 694 pref="settings.a11y.enable_menu"></span> |
| 724 </div> | 695 </div> |
| 725 </div> | 696 </div> |
| 726 <div class="option-name"> | 697 <div class="option-name"> |
| 727 <div class="checkbox controlled-setting-with-label"> | 698 <div class="checkbox controlled-setting-with-label"> |
| 728 <label> | 699 <label> |
| 729 <input | 700 <input |
| 730 pref="settings.a11y.large_cursor_enabled" type="checkbox" | 701 pref="settings.a11y.large_cursor_enabled" type="checkbox" |
| 731 metric="Options_AccessibilityLargeMouseCursor"> | 702 metric="Options_AccessibilityLargeMouseCursor"> |
| 732 <span> | 703 <span i18n-content="accessibilityLargeCursor"></span> |
| 733 <span i18n-content="accessibilityLargeCursor"></span> | |
| 734 <span class="controlled-setting-indicator" | |
| 735 pref="settings.a11y.large_cursor_enabled"></span> | |
| 736 </span> | |
| 737 </label> | 704 </label> |
| 705 <span class="controlled-setting-indicator" |
| 706 pref="settings.a11y.large_cursor_enabled"></span> |
| 738 </div> | 707 </div> |
| 739 </div> | 708 </div> |
| 740 <div class="option-name"> | 709 <div class="option-name"> |
| 741 <div class="checkbox controlled-setting-with-label"> | 710 <div class="checkbox controlled-setting-with-label"> |
| 742 <label> | 711 <label> |
| 743 <input id="accessibility-high-contrast-check" | 712 <input id="accessibility-high-contrast-check" |
| 744 pref="settings.a11y.high_contrast_enabled" type="checkbox" | 713 pref="settings.a11y.high_contrast_enabled" type="checkbox" |
| 745 metric="Options_AccessibilityHighContrastMode"> | 714 metric="Options_AccessibilityHighContrastMode"> |
| 746 <span> | 715 <span i18n-content="accessibilityHighContrast"></span> |
| 747 <span i18n-content="accessibilityHighContrast"></span> | |
| 748 <span class="controlled-setting-indicator" | |
| 749 pref="settings.a11y.high_contrast_enabled"></span> | |
| 750 </span> | |
| 751 </label> | 716 </label> |
| 717 <span class="controlled-setting-indicator" |
| 718 pref="settings.a11y.high_contrast_enabled"> |
| 719 </span> |
| 752 </div> | 720 </div> |
| 753 </div> | 721 </div> |
| 754 <div id="accessibility-sticky-keys" class="option-name"> | 722 <div id="accessibility-sticky-keys" class="option-name"> |
| 755 <div class="checkbox controlled-setting-with-label"> | 723 <div class="checkbox controlled-setting-with-label"> |
| 756 <label> | 724 <label> |
| 757 <input id="accessibility-sticky-keys-check" | 725 <input id="accessibility-sticky-keys-check" |
| 758 pref="settings.a11y.sticky_keys_enabled" type="checkbox" | 726 pref="settings.a11y.sticky_keys_enabled" type="checkbox" |
| 759 metric="Options_AccessibilityStickyKeys"> | 727 metric="Options_AccessibilityStickyKeys"> |
| 760 <span> | 728 <span i18n-content="accessibilityStickyKeys"></span> |
| 761 <span i18n-content="accessibilityStickyKeys"></span> | |
| 762 <span class="controlled-setting-indicator" | |
| 763 pref="settings.a11y.sticky_keys_enabled"></span> | |
| 764 </span> | |
| 765 </label> | 729 </label> |
| 730 <span class="controlled-setting-indicator" |
| 731 pref="settings.a11y.sticky_keys_enabled"></span> |
| 732 </span> |
| 766 </div> | 733 </div> |
| 767 </div> | 734 </div> |
| 768 <div class="option-name"> | 735 <div class="option-name"> |
| 769 <div class="checkbox controlled-setting-with-label"> | 736 <div class="checkbox controlled-setting-with-label"> |
| 770 <label> | 737 <label> |
| 771 <input id="accessibility-spoken-feedback-check" | 738 <input id="accessibility-spoken-feedback-check" |
| 772 pref="settings.accessibility" type="checkbox" | 739 pref="settings.accessibility" type="checkbox" |
| 773 metric="Options_AccessibilitySpokenFeedback"> | 740 metric="Options_AccessibilitySpokenFeedback"> |
| 774 <span> | 741 <span i18n-content="accessibilitySpokenFeedback"></span> |
| 775 <span i18n-content="accessibilitySpokenFeedback"></span> | |
| 776 <span class="controlled-setting-indicator" | |
| 777 pref="settings.accessibility"></span> | |
| 778 </span> | |
| 779 </label> | 742 </label> |
| 743 <span class="controlled-setting-indicator" |
| 744 pref="settings.accessibility"> |
| 745 </span> |
| 780 <div id="accessibility-settings" hidden> | 746 <div id="accessibility-settings" hidden> |
| 781 <button id="accessibility-settings-button" | 747 <button id="accessibility-settings-button" |
| 782 i18n-content="accessibilitySettings"></button> | 748 i18n-content="accessibilitySettings"></button> |
| 783 </div> | 749 </div> |
| 784 </div> | 750 </div> |
| 785 </div> | 751 </div> |
| 786 <div class="option-name"> | 752 <div class="option-name"> |
| 787 <div class="checkbox controlled-setting-with-label"> | 753 <div class="checkbox controlled-setting-with-label"> |
| 788 <label> | |
| 789 <input | 754 <input |
| 790 pref="settings.a11y.screen_magnifier" type="checkbox" | 755 pref="settings.a11y.screen_magnifier" type="checkbox" |
| 791 metric="Options_AccessibilityScreenMagnifier"> | 756 metric="Options_AccessibilityScreenMagnifier"> |
| 792 <span> | 757 <span i18n-content="accessibilityScreenMagnifier"></span> |
| 793 <span i18n-content="accessibilityScreenMagnifier"></span> | |
| 794 <span class="controlled-setting-indicator" | |
| 795 pref="settings.a11y.screen_magnifier"></span> | |
| 796 </span> | |
| 797 </label> | 758 </label> |
| 759 <span class="controlled-setting-indicator" |
| 760 pref="settings.a11y.screen_magnifier"></span> |
| 798 </div> | 761 </div> |
| 799 </div> | 762 </div> |
| 800 <div class="option-name" id="accessibility-tap-dragging"> | 763 <div class="option-name" id="accessibility-tap-dragging"> |
| 801 <div class="checkbox"> | 764 <div class="checkbox"> |
| 802 <label> | 765 <label> |
| 803 <input id="accessibility-tap-dragging-check" | 766 <input id="accessibility-tap-dragging-check" |
| 804 pref="settings.touchpad.enable_tap_dragging" type="checkbox" | 767 pref="settings.touchpad.enable_tap_dragging" type="checkbox" |
| 805 metric="Options_AccessibilityTapDragging"> | 768 metric="Options_AccessibilityTapDragging"> |
| 806 <span i18n-content="accessibilityTapDragging"></span> | 769 <span i18n-content="accessibilityTapDragging"></span> |
| 807 </label> | 770 </label> |
| 808 </div> | 771 </div> |
| 809 </div> | 772 </div> |
| 810 <div class="option-name" id="accessibility-autoclick"> | 773 <div class="option-name" id="accessibility-autoclick"> |
| 811 <div class="checkbox controlled-setting-with-label"> | 774 <div class="checkbox controlled-setting-with-label"> |
| 812 <label> | 775 <label> |
| 813 <input id="accessibility-autoclick-check" | 776 <input id="accessibility-autoclick-check" |
| 814 pref="settings.a11y.autoclick" type="checkbox"> | 777 pref="settings.a11y.autoclick" type="checkbox"> |
| 815 <span> | 778 <span i18n-content="accessibilityAutoclick"></span> |
| 816 <span i18n-content="accessibilityAutoclick"></span> | |
| 817 <span class="controlled-setting-indicator" | |
| 818 pref="settings.a11y.autoclick"></span> | |
| 819 </span> | |
| 820 </label> | 779 </label> |
| 780 <span class="controlled-setting-indicator" |
| 781 pref="settings.a11y.autoclick"></span> |
| 821 </div> | 782 </div> |
| 822 <div> | 783 <div class="checkbox"> |
| 823 <!-- No whitespace between elements. --> | 784 <!-- No whitespace between elements. --> |
| 824 <input type="checkbox" class="spacer-checkbox"><span | 785 <input type="checkbox" class="spacer-checkbox"><span |
| 825 id="accessibility-autoclick-label" | 786 id="accessibility-autoclick-label" |
| 826 i18n-content="accessibilityAutoclickDropdown"> | 787 i18n-content="accessibilityAutoclickDropdown"> |
| 827 </span><select id="accessibility-autoclick-dropdown" class="control" | 788 </span><select id="accessibility-autoclick-dropdown" class="control" |
| 828 data-type="number" | 789 data-type="number" |
| 829 aria-labelledby="accessibility-autoclick-label" | 790 aria-labelledby="accessibility-autoclick-label" |
| 830 pref="settings.a11y.autoclick_delay_ms"> | 791 pref="settings.a11y.autoclick_delay_ms"> |
| 831 <option value="200" | 792 <option value="200" |
| 832 i18n-content="autoclickDelayExtremelyShort"></option> | 793 i18n-content="autoclickDelayExtremelyShort"></option> |
| 833 <option value="400" | 794 <option value="400" |
| 834 i18n-content="autoclickDelayVeryShort"></option> | 795 i18n-content="autoclickDelayVeryShort"></option> |
| 835 <option value="600" i18n-content="autoclickDelayShort"> | 796 <option value="600" i18n-content="autoclickDelayShort"> |
| 836 </option> | 797 </option> |
| 837 <option value="800" i18n-content="autoclickDelayLong"> | 798 <option value="800" i18n-content="autoclickDelayLong"> |
| 838 </option> | 799 </option> |
| 839 <option value="1000" | 800 <option value="1000" |
| 840 i18n-content="autoclickDelayVeryLong"></option> | 801 i18n-content="autoclickDelayVeryLong"></option> |
| 841 </select> | 802 </select> |
| 842 <span class="controlled-setting-indicator" | 803 <span class="controlled-setting-indicator" |
| 843 pref="settings.a11y.autoclick_delay_ms"></span> | 804 pref="settings.a11y.autoclick_delay_ms"></span> |
| 844 </div> | 805 </div> |
| 845 </div> | 806 </div> |
| 846 <div class="option_name" id="accessibility_onscreen_keyboard"> | 807 <div class="option_name" id="accessibility_onscreen_keyboard"> |
| 847 <div class="checkbox controlled-setting-with-label"> | 808 <div class="checkbox controlled-setting-with-label"> |
| 848 <label> | 809 <label> |
| 849 <input pref="settings.a11y.virtual_keyboard" type="checkbox" | 810 <input pref="settings.a11y.virtual_keyboard" type="checkbox" |
| 850 metric="Options_AccessibilityOnScreenKeyboard"> | 811 metric="Options_AccessibilityOnScreenKeyboard"> |
| 851 <span> | 812 <span i18n-content="accessibilityVirtualKeyboard"></span> |
| 852 <span i18n-content="accessibilityVirtualKeyboard"></span> | |
| 853 <span class="controlled-setting-indicator" | |
| 854 pref="settings.a11y.virtual_keyboard"></span> | |
| 855 </span> | |
| 856 </label> | 813 </label> |
| 814 <span class="controlled-setting-indicator" |
| 815 pref="settings.a11y.virtual_keyboard"> |
| 816 </span> |
| 857 </div> | 817 </div> |
| 858 </div> | 818 </div> |
| 859 </section> | 819 </section> |
| 860 <if expr="chromeos"> | 820 <if expr="chromeos"> |
| 861 <section id="factory-reset-section" hidden> | 821 <section id="factory-reset-section" hidden> |
| 862 <h3 i18n-content="factoryResetTitle"></h3> | 822 <h3 i18n-content="factoryResetTitle"></h3> |
| 863 <div> | 823 <div> |
| 864 <span class="settings-row" i18n-content="factoryResetDescription"> | 824 <span class="settings-row" i18n-content="factoryResetDescription"> |
| 865 </span> | 825 </span> |
| 866 <button id="factory-reset-restart" | 826 <button id="factory-reset-restart" |
| 867 i18n-content="factoryResetRestart"> | 827 i18n-content="factoryResetRestart"> |
| 868 </button> | 828 </button> |
| 869 </div> | 829 </div> |
| 870 </section> | 830 </section> |
| 871 </if> | 831 </if> |
| 872 </if> | 832 </if> |
| 873 <if expr="not chromeos"> | 833 <if expr="not chromeos"> |
| 874 <section id="system-section"> | 834 <section id="system-section"> |
| 875 <h3 i18n-content="advancedSectionTitleSystem"></h3> | 835 <h3 i18n-content="advancedSectionTitleSystem"></h3> |
| 876 <if expr="not is_macosx"> | 836 <if expr="not is_macosx"> |
| 877 <div class="checkbox controlled-setting-with-label"> | 837 <div class="checkbox controlled-setting-with-label"> |
| 878 <label> | 838 <label> |
| 879 <input pref="background_mode.enabled" | 839 <input pref="background_mode.enabled" |
| 880 type="checkbox"> | 840 type="checkbox"> |
| 881 <span> | 841 <span i18n-content="backgroundModeCheckbox"></span> |
| 882 <span i18n-content="backgroundModeCheckbox"></span> | |
| 883 <span class="controlled-setting-indicator" | |
| 884 pref="background_mode.enabled"></span> | |
| 885 </span> | |
| 886 </label> | 842 </label> |
| 843 <span class="controlled-setting-indicator" |
| 844 pref="background_mode.enabled"></span> |
| 887 </div> | 845 </div> |
| 888 </if> | 846 </if> |
| 889 <div class="checkbox controlled-setting-with-label"> | 847 <div class="checkbox controlled-setting-with-label"> |
| 890 <label> | 848 <label> |
| 891 <input id="gpu-mode-checkbox" | 849 <input id="gpu-mode-checkbox" |
| 892 pref="hardware_acceleration_mode.enabled" type="checkbox"> | 850 pref="hardware_acceleration_mode.enabled" type="checkbox"> |
| 893 <span i18n-content="gpuModeCheckbox"> | 851 <span i18n-content="gpuModeCheckbox"> |
| 894 </label> | 852 </label> |
| 895 <span id="gpu-mode-reset-restart" | 853 <span id="gpu-mode-reset-restart" |
| 896 i18n-values=".innerHTML:gpuModeResetRestart"></span> | 854 i18n-values=".innerHTML:gpuModeResetRestart"></span> |
| (...skipping 15 matching lines...) Expand all Loading... |
| 912 <button id="advanced-settings-expander" class="link-button" | 870 <button id="advanced-settings-expander" class="link-button" |
| 913 i18n-content="showAdvancedSettings"> | 871 i18n-content="showAdvancedSettings"> |
| 914 </button> | 872 </button> |
| 915 <if expr="chromeos"> | 873 <if expr="chromeos"> |
| 916 <button id="version-button" class="link-button" hidden | 874 <button id="version-button" class="link-button" hidden |
| 917 i18n-content="browserVersion"> | 875 i18n-content="browserVersion"> |
| 918 </button> | 876 </button> |
| 919 </if> | 877 </if> |
| 920 </footer> | 878 </footer> |
| 921 </div> | 879 </div> |
| OLD | NEW |