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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
144 </button> | 144 </button> |
145 </div> | 145 </div> |
146 </div> | 146 </div> |
147 </section> | 147 </section> |
148 <section> | 148 <section> |
149 <h3 id="voice-section-title" i18n-content="sectionTitleVoice" hidden></h3> | 149 <h3 id="voice-section-title" i18n-content="sectionTitleVoice" hidden></h3> |
150 <div id="voice-section-content"> | 150 <div id="voice-section-content"> |
151 <div id="hotword-always-on-search" hidden> | 151 <div id="hotword-always-on-search" hidden> |
152 <div class="checkbox controlled-setting-with-label"> | 152 <div class="checkbox controlled-setting-with-label"> |
153 <label> | 153 <label> |
154 <input pref="hotword.always_on_search_enabled" type="checkbox"> | 154 <input id="hotword-always-on-search-checkbox" |
| 155 pref="hotword.always_on_search_enabled" type="checkbox"> |
155 <span i18n-content="hotwordAlwaysOnSearchEnable"></span> | 156 <span i18n-content="hotwordAlwaysOnSearchEnable"></span> |
156 </label> | 157 </label> |
157 </div> | 158 </div> |
158 </div> | 159 </div> |
159 <div id="audio-logging" hidden> | 160 <div id="audio-logging" hidden> |
160 <div class="checkbox controlled-setting-with-label"> | 161 <div class="checkbox controlled-setting-with-label"> |
161 <label> | 162 <label> |
162 <input pref="hotword.audio_logging_enabled" type="checkbox"> | 163 <input pref="hotword.audio_logging_enabled" type="checkbox"> |
163 <span i18n-content="hotwordAudioHistoryEnable"></span> | 164 <span i18n-content="hotwordAudioHistoryEnable"></span> |
164 </label> | 165 </label> |
(...skipping 708 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
873 <button id="advanced-settings-expander" class="link-button" | 874 <button id="advanced-settings-expander" class="link-button" |
874 i18n-content="showAdvancedSettings"> | 875 i18n-content="showAdvancedSettings"> |
875 </button> | 876 </button> |
876 <if expr="chromeos"> | 877 <if expr="chromeos"> |
877 <button id="version-button" class="link-button" hidden | 878 <button id="version-button" class="link-button" hidden |
878 i18n-content="browserVersion"> | 879 i18n-content="browserVersion"> |
879 </button> | 880 </button> |
880 </if> | 881 </if> |
881 </footer> | 882 </footer> |
882 </div> | 883 </div> |
OLD | NEW |