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 663 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
674 </div> | 674 </div> |
675 </section> | 675 </section> |
676 <if expr="enable_service_discovery"> | 676 <if expr="enable_service_discovery"> |
677 <section id="cloudprint-options-mdns"> | 677 <section id="cloudprint-options-mdns"> |
678 <h3 i18n-content="advancedSectionTitleCloudPrint"></h3> | 678 <h3 i18n-content="advancedSectionTitleCloudPrint"></h3> |
679 <div class="settings-row"> | 679 <div class="settings-row"> |
680 <span i18n-content="cloudPrintOptionLabel"></span> | 680 <span i18n-content="cloudPrintOptionLabel"></span> |
681 <a target="_blank" i18n-content="learnMore" | 681 <a target="_blank" i18n-content="learnMore" |
682 i18n-values="href:cloudPrintLearnMoreURL"></a> | 682 i18n-values="href:cloudPrintLearnMoreURL"></a> |
683 </div> | 683 </div> |
684 <button id="cloudPrintDevicesPageButton" | 684 <div class="settings-row"> |
685 i18n-content="cloudPrintDevicesPageButton"> | 685 <button id="cloudPrintDevicesPageButton" |
686 </button> | 686 i18n-content="cloudPrintDevicesPageButton"></button> |
| 687 </div> |
687 | 688 |
688 <div class="settings-row checkbox controlled-setting-with-label" | 689 <div class="settings-row checkbox controlled-setting-with-label" |
689 i18n-values=".hidden: cloudPrintHideNotificationsCheckbox"> | 690 i18n-values=".hidden: cloudPrintHideNotificationsCheckbox"> |
690 <label> | 691 <label> |
691 <input id="local-discovery-notifications-enabled" | 692 <input id="local-discovery-notifications-enabled" |
692 pref="local_discovery.notifications_enabled" | 693 pref="local_discovery.notifications_enabled" |
693 type="checkbox" | 694 type="checkbox" |
694 metric="LocalDiscoveryNotificationsDisabled_Settings"> | 695 metric="LocalDiscoveryNotificationsDisabled_Settings"> |
695 <span> | 696 <span> |
696 <span i18n-content="cloudPrintEnableNotificationsLabel"></span> | 697 <span i18n-content="cloudPrintEnableNotificationsLabel"></span> |
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
915 <button id="advanced-settings-expander" class="link-button" | 916 <button id="advanced-settings-expander" class="link-button" |
916 i18n-content="showAdvancedSettings"> | 917 i18n-content="showAdvancedSettings"> |
917 </button> | 918 </button> |
918 <if expr="chromeos"> | 919 <if expr="chromeos"> |
919 <button id="version-button" class="link-button" hidden | 920 <button id="version-button" class="link-button" hidden |
920 i18n-content="browserVersion"> | 921 i18n-content="browserVersion"> |
921 </button> | 922 </button> |
922 </if> | 923 </if> |
923 </footer> | 924 </footer> |
924 </div> | 925 </div> |
OLD | NEW |