| 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="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"> |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 <span class="controlled-setting-indicator" | 66 <span class="controlled-setting-indicator" |
| 67 pref="browser.show_home_button"></span> | 67 pref="browser.show_home_button"></span> |
| 68 </span> | 68 </span> |
| 69 </label> | 69 </label> |
| 70 </div> | 70 </div> |
| 71 <div id="change-home-page-section" hidden> | 71 <div id="change-home-page-section" hidden> |
| 72 <div id="change-home-page-section-container" guest-visibility="disabled"> | 72 <div id="change-home-page-section-container" guest-visibility="disabled"> |
| 73 <span id="home-page-ntp" class="home-page-label" | 73 <span id="home-page-ntp" class="home-page-label" |
| 74 i18n-content="homePageNtp"></span> | 74 i18n-content="homePageNtp"></span> |
| 75 <span id="home-page-url" class="home-page-label"></span> | 75 <span id="home-page-url" class="home-page-label"></span> |
| 76 <button id="change-home-page" class="link-button" | 76 <a is="action-link" id="change-home-page" i18n-content="changeHomePage"> |
| 77 i18n-content="changeHomePage"></button> | 77 </a> |
| 78 <div id="extension-controlled-container"></div> | 78 <div id="extension-controlled-container"></div> |
| 79 </div> | 79 </div> |
| 80 </div> | 80 </div> |
| 81 <div class="checkbox controlled-setting-with-label" | 81 <div class="checkbox controlled-setting-with-label" |
| 82 guest-visibility="disabled"> | 82 guest-visibility="disabled"> |
| 83 <label> | 83 <label> |
| 84 <input type="checkbox" | 84 <input type="checkbox" |
| 85 pref="bookmark_bar.show_on_all_tabs" | 85 pref="bookmark_bar.show_on_all_tabs" |
| 86 metric="Options_ShowBookmarksBar"> | 86 metric="Options_ShowBookmarksBar"> |
| 87 <span> | 87 <span> |
| (...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 387 <label> | 387 <label> |
| 388 <input id="metricsReportingEnabled" type="checkbox"> | 388 <input id="metricsReportingEnabled" type="checkbox"> |
| 389 <span> | 389 <span> |
| 390 <span i18n-content="enableLogging"></span> | 390 <span i18n-content="enableLogging"></span> |
| 391 <span id="metrics-reporting-disabled-icon" | 391 <span id="metrics-reporting-disabled-icon" |
| 392 class="controlled-setting-indicator"></span> | 392 class="controlled-setting-indicator"></span> |
| 393 </span> | 393 </span> |
| 394 </label> | 394 </label> |
| 395 <span id="metrics-reporting-reset-restart"> | 395 <span id="metrics-reporting-reset-restart"> |
| 396 <!-- Text filled by JavaScript --> | 396 <!-- Text filled by JavaScript --> |
| 397 <span></span><button class= | 397 <span></span><a is="action-link" |
| 398 "link-button standalone-link-button"></button><span></span> | 398 class="standalone-action-link"></a><span></span> |
| 399 </span> | 399 </span> |
| 400 </if> | 400 </if> |
| 401 </div> | 401 </div> |
| 402 </if> <!-- _google_chrome --> | 402 </if> <!-- _google_chrome --> |
| 403 <div class="checkbox"> | 403 <div class="checkbox"> |
| 404 <label> | 404 <label> |
| 405 <input id="do-not-track-enabled" pref="enable_do_not_track" | 405 <input id="do-not-track-enabled" pref="enable_do_not_track" |
| 406 metric="Options_DoNotTrackCheckbox" type="checkbox" dialog-pref> | 406 metric="Options_DoNotTrackCheckbox" type="checkbox" dialog-pref> |
| 407 <span i18n-content="doNotTrack"></span> | 407 <span i18n-content="doNotTrack"></span> |
| 408 </label> | 408 </label> |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 472 <div class="checkbox controlled-setting-with-label"> | 472 <div class="checkbox controlled-setting-with-label"> |
| 473 <label> | 473 <label> |
| 474 <input id="autofill-enabled" pref="autofill.enabled" | 474 <input id="autofill-enabled" pref="autofill.enabled" |
| 475 metric="Options_FormAutofill" type="checkbox"> | 475 metric="Options_FormAutofill" type="checkbox"> |
| 476 <span> | 476 <span> |
| 477 <span i18n-content="autofillEnabled"></span> | 477 <span i18n-content="autofillEnabled"></span> |
| 478 <span class="controlled-setting-indicator" pref="autofill.enabled"> | 478 <span class="controlled-setting-indicator" pref="autofill.enabled"> |
| 479 </span> | 479 </span> |
| 480 </span> | 480 </span> |
| 481 </label> | 481 </label> |
| 482 <button id="autofill-settings" class="link-button" | 482 <a is="action-link" id="autofill-settings" |
| 483 i18n-content="manageAutofillSettings"> | 483 i18n-content="manageAutofillSettings"></a> |
| 484 </button> | |
| 485 </div> | 484 </div> |
| 486 <div class="checkbox controlled-setting-with-label"> | 485 <div class="checkbox controlled-setting-with-label"> |
| 487 <label> | 486 <label> |
| 488 <input id="password-manager-enabled" | 487 <input id="password-manager-enabled" |
| 489 pref="profile.password_manager_enabled" | 488 pref="profile.password_manager_enabled" |
| 490 metric="Options_PasswordManager" type="checkbox"> | 489 metric="Options_PasswordManager" type="checkbox"> |
| 491 <span> | 490 <span> |
| 492 <span i18n-content="passwordManagerEnabled"></span> | 491 <span i18n-content="passwordManagerEnabled"></span> |
| 493 <span class="controlled-setting-indicator" | 492 <span class="controlled-setting-indicator" |
| 494 pref="profile.password_manager_enabled"></span> | 493 pref="profile.password_manager_enabled"></span> |
| 495 </span> | 494 </span> |
| 496 </label> | 495 </label> |
| 497 <button id="manage-passwords" class="link-button" | 496 <a is="action-link" id="manage-passwords" i18n-content="managePasswords"> |
| 498 i18n-content="managePasswords"></button> | 497 </a> |
| 499 </div> | 498 </div> |
| 500 <if expr="is_macosx"> | 499 <if expr="is_macosx"> |
| 501 <div id="mac-passwords-warning" i18n-content="macPasswordsWarning" hidden> | 500 <div id="mac-passwords-warning" i18n-content="macPasswordsWarning" hidden> |
| 502 </div> | 501 </div> |
| 503 </if> | 502 </if> |
| 504 </section> | 503 </section> |
| 505 <section id="easy-unlock-section" guest-visibility="hidden" hidden> | 504 <section id="easy-unlock-section" guest-visibility="hidden" hidden> |
| 506 <h3 i18n-content="easyUnlockSectionTitle"></h3> | 505 <h3 i18n-content="easyUnlockSectionTitle"></h3> |
| 507 <!-- Options shown when the user has not set up Easy Unlock --> | 506 <!-- Options shown when the user has not set up Easy Unlock --> |
| 508 <div id='easy-unlock-setup' hidden> | 507 <div id='easy-unlock-setup' hidden> |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 596 <div class="checkbox controlled-setting-with-label"> | 595 <div class="checkbox controlled-setting-with-label"> |
| 597 <label> | 596 <label> |
| 598 <input pref="translate.enabled" | 597 <input pref="translate.enabled" |
| 599 metric="Options_Translate" type="checkbox"> | 598 metric="Options_Translate" type="checkbox"> |
| 600 <span> | 599 <span> |
| 601 <span i18n-content="translateEnableTranslate"></span> | 600 <span i18n-content="translateEnableTranslate"></span> |
| 602 <span class="controlled-setting-indicator" pref="translate.enabled"> | 601 <span class="controlled-setting-indicator" pref="translate.enabled"> |
| 603 </span> | 602 </span> |
| 604 </span> | 603 </span> |
| 605 </label> | 604 </label> |
| 606 <button id="manage-languages" class="link-button" | 605 <a is="action-link" id="manage-languages" i18n-content="manageLanguages"> |
| 607 i18n-content="manageLanguages"></button> | 606 </a> |
| 608 </div> | 607 </div> |
| 609 </section> | 608 </section> |
| 610 <section id="downloads-section"> | 609 <section id="downloads-section"> |
| 611 <h3 i18n-content="downloadLocationGroupName"></h3> | 610 <h3 i18n-content="downloadLocationGroupName"></h3> |
| 612 <div> | 611 <div> |
| 613 <div class="settings-row"> | 612 <div class="settings-row"> |
| 614 <label> | 613 <label> |
| 615 <span id="download-location-label" | 614 <span id="download-location-label" |
| 616 i18n-content="downloadLocationBrowseTitle"> | 615 i18n-content="downloadLocationBrowseTitle"> |
| 617 </span> | 616 </span> |
| (...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 922 <div> | 921 <div> |
| 923 <span class="settings-row" i18n-content="resetProfileSettingsDescription"> | 922 <span class="settings-row" i18n-content="resetProfileSettingsDescription"> |
| 924 </span> | 923 </span> |
| 925 <button id="reset-profile-settings" i18n-content="resetProfileSettings"> | 924 <button id="reset-profile-settings" i18n-content="resetProfileSettings"> |
| 926 </button> | 925 </button> |
| 927 </div> | 926 </div> |
| 928 </section> | 927 </section> |
| 929 </div> <!-- advanced-settings-container --> | 928 </div> <!-- advanced-settings-container --> |
| 930 </div> <!-- advanced-settings --> | 929 </div> <!-- advanced-settings --> |
| 931 <footer> | 930 <footer> |
| 932 <button id="advanced-settings-expander" class="link-button" | 931 <a is="action-link" id="advanced-settings-expander" |
| 933 i18n-content="showAdvancedSettings"> | 932 i18n-content="showAdvancedSettings"></a> |
| 934 </button> | |
| 935 </footer> | 933 </footer> |
| 936 </div> | 934 </div> |
| OLD | NEW |