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 632 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
643 <label> | 643 <label> |
644 <input id="sslCheckRevocation" pref="ssl.rev_checking.enabled" | 644 <input id="sslCheckRevocation" pref="ssl.rev_checking.enabled" |
645 type="checkbox"> | 645 type="checkbox"> |
646 <span i18n-content="sslCheckRevocation"></span> | 646 <span i18n-content="sslCheckRevocation"></span> |
647 </label> | 647 </label> |
648 </div> | 648 </div> |
649 </div> | 649 </div> |
650 </section> | 650 </section> |
651 <section id="cloud-print-connector-section"> | 651 <section id="cloud-print-connector-section"> |
652 <h3 i18n-content="advancedSectionTitleCloudPrint"></h3> | 652 <h3 i18n-content="advancedSectionTitleCloudPrint"></h3> |
653 <if expr="enable_mdns"> | 653 <if expr="enable_service_discovery"> |
654 <div id="cloudprint-options-mdns" hidden> | 654 <div id="cloudprint-options-mdns" hidden> |
655 <div class="settings-row"> | 655 <div class="settings-row"> |
656 <span i18n-content="cloudPrintOptionLabel"></span> | 656 <span i18n-content="cloudPrintOptionLabel"></span> |
657 <a target="_blank" i18n-content="learnMore" | 657 <a target="_blank" i18n-content="learnMore" |
658 i18n-values="href:cloudPrintLearnMoreURL"></a> | 658 i18n-values="href:cloudPrintLearnMoreURL"></a> |
659 </div> | 659 </div> |
660 <button id="cloudPrintDevicesPageButton" | 660 <button id="cloudPrintDevicesPageButton" |
661 i18n-content="cloudPrintDevicesPageButton"> | 661 i18n-content="cloudPrintDevicesPageButton"> |
662 </button> | 662 </button> |
663 | 663 |
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
940 </div> | 940 </div> |
941 </section> | 941 </section> |
942 </div> <!-- advanced-settings-container --> | 942 </div> <!-- advanced-settings-container --> |
943 </div> <!-- advanced-settings --> | 943 </div> <!-- advanced-settings --> |
944 <footer> | 944 <footer> |
945 <button id="advanced-settings-expander" class="link-button" | 945 <button id="advanced-settings-expander" class="link-button" |
946 i18n-content="showAdvancedSettings"> | 946 i18n-content="showAdvancedSettings"> |
947 </button> | 947 </button> |
948 </footer> | 948 </footer> |
949 </div> | 949 </div> |
OLD | NEW |