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 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
145 <select id="default-search-engine" class="weakrtl"></select> | 145 <select id="default-search-engine" class="weakrtl"></select> |
146 <span class="controlled-setting-indicator" | 146 <span class="controlled-setting-indicator" |
147 pref="default_search_provider_data.template_url_data"> | 147 pref="default_search_provider_data.template_url_data"> |
148 </span> | 148 </span> |
149 <button id="manage-default-search-engines" | 149 <button id="manage-default-search-engines" |
150 i18n-content="defaultSearchManageEngines"> | 150 i18n-content="defaultSearchManageEngines"> |
151 </button> | 151 </button> |
152 </div> | 152 </div> |
153 </div> | 153 </div> |
154 </section> | 154 </section> |
| 155 <section> |
| 156 <h3 i18n-content="sectionTitleVoice"></h3> |
| 157 <div id="voice-section-content"> |
| 158 <div id="hotword-search" hidden> |
| 159 <div class="checkbox"> |
| 160 <span class="controlled-setting-with-label"> |
| 161 <input id="hotword-search-enable" pref="hotword.search_enabled_2" |
| 162 metric="Options_HotwordCheckbox" type="checkbox" dialog-pref> |
| 163 <span> |
| 164 <label for="hotword-search-enable" |
| 165 i18n-values=".innerHTML:hotwordSearchEnable"> |
| 166 </label> |
| 167 <span id="hotword-search-setting-indicator" |
| 168 pref="hotword.search_enabled_2" dialog-pref> |
| 169 </span> |
| 170 </span> |
| 171 </span> |
| 172 </div> |
| 173 </div> |
| 174 </div> |
| 175 </section> |
155 <section id="sync-users-section" guest-visibility="hidden"> | 176 <section id="sync-users-section" guest-visibility="hidden"> |
156 <h3 i18n-content="sectionTitleUsers"></h3> | 177 <h3 i18n-content="sectionTitleUsers"></h3> |
157 <if expr="chromeos"> | 178 <if expr="chromeos"> |
158 <include src="sync_section.html"> | 179 <include src="sync_section.html"> |
159 </if> | 180 </if> |
160 <div id="profiles-section" hidden> | 181 <div id="profiles-section" hidden> |
161 <list id="profiles-list" class="settings-list" hidden></list> | 182 <list id="profiles-list" class="settings-list" hidden></list> |
162 <div id="profiles-single-message" class="settings-row" | 183 <div id="profiles-single-message" class="settings-row" |
163 i18n-content="profilesSingleUser"> | 184 i18n-content="profilesSingleUser"> |
164 </div> | 185 </div> |
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
395 <a target="_blank" i18n-content="learnMore" | 416 <a target="_blank" i18n-content="learnMore" |
396 i18n-values="href:contentProtectionAttestationLearnMoreURL"> | 417 i18n-values="href:contentProtectionAttestationLearnMoreURL"> |
397 </a> | 418 </a> |
398 <span class="controlled-setting-indicator" | 419 <span class="controlled-setting-indicator" |
399 pref="cros.device.attestation_for_content_protection_enabled"> | 420 pref="cros.device.attestation_for_content_protection_enabled"> |
400 </span> | 421 </span> |
401 </span> | 422 </span> |
402 </span> | 423 </span> |
403 </div> | 424 </div> |
404 </if> | 425 </if> |
405 <div id="hotword-search" hidden> | |
406 <div class="checkbox"> | |
407 <span class="controlled-setting-with-label"> | |
408 <input id="hotword-search-enable" pref="hotword.search_enabled_2" | |
409 metric="Options_HotwordCheckbox" type="checkbox" dialog-pref> | |
410 <span> | |
411 <label for="hotword-search-enable" | |
412 i18n-values=".innerHTML:hotwordSearchEnable"> | |
413 </label> | |
414 <span id="hotword-search-setting-indicator" | |
415 pref="hotword.search_enabled_2" dialog-pref> | |
416 </span> | |
417 </span> | |
418 </span> | |
419 </div> | |
420 </div> | |
421 </div> | 426 </div> |
422 </section> | 427 </section> |
423 <if expr="chromeos"> | 428 <if expr="chromeos"> |
424 <!-- By default, the bluetooth section is hidden. It is only visible if a | 429 <!-- By default, the bluetooth section is hidden. It is only visible if a |
425 bluetooth adapter is discovered --> | 430 bluetooth adapter is discovered --> |
426 <section id="bluetooth-devices" hidden> | 431 <section id="bluetooth-devices" hidden> |
427 <h3 i18n-content="bluetooth"></h3> | 432 <h3 i18n-content="bluetooth"></h3> |
428 <div id="bluetooth-options-div"> | 433 <div id="bluetooth-options-div"> |
429 <div class="checkbox"> | 434 <div class="checkbox"> |
430 <label> | 435 <label> |
(...skipping 514 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
945 </div> | 950 </div> |
946 </section> | 951 </section> |
947 </div> <!-- advanced-settings-container --> | 952 </div> <!-- advanced-settings-container --> |
948 </div> <!-- advanced-settings --> | 953 </div> <!-- advanced-settings --> |
949 <footer> | 954 <footer> |
950 <button id="advanced-settings-expander" class="link-button" | 955 <button id="advanced-settings-expander" class="link-button" |
951 i18n-content="showAdvancedSettings"> | 956 i18n-content="showAdvancedSettings"> |
952 </button> | 957 </button> |
953 </footer> | 958 </footer> |
954 </div> | 959 </div> |
OLD | NEW |