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 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
196 <div> | 196 <div> |
197 <span class="hotword-description" | 197 <span class="hotword-description" |
198 i18n-content="hotwordNoDSPDesc"> | 198 i18n-content="hotwordNoDSPDesc"> |
199 </span> | 199 </span> |
200 </div> | 200 </div> |
201 </div> | 201 </div> |
202 </div> | 202 </div> |
203 <div id="audio-history" hidden> | 203 <div id="audio-history" hidden> |
204 <div class="settings-row"> | 204 <div class="settings-row"> |
205 <label class="hotword-audio-history"> | 205 <label class="hotword-audio-history"> |
206 <span id="audio-history-label" | 206 <span id="audio-history-label"></span> |
207 i18n-content="hotwordAudioHistoryEnabled"> | |
208 </span> | |
209 </label> | 207 </label> |
210 <a target="_blank" class="hotword-link" | 208 <a target="_blank" class="hotword-link" |
211 i18n-content="hotwordAudioHistoryManage" | 209 i18n-content="hotwordAudioHistoryManage" |
212 i18n-values="href:hotwordManageAudioHistoryURL"> | 210 i18n-values="href:hotwordManageAudioHistoryURL"> |
213 </a> | 211 </a> |
214 </div> | 212 </div> |
215 <div class="settings-row" id="audio-history-always-on-description"> | 213 <div class="settings-row" id="audio-history-always-on-description"> |
216 <span class="hotword-description" | 214 <span class="hotword-description" |
217 i18n-content="hotwordAlwaysOnAudioHistoryDescription"> | 215 i18n-content="hotwordAlwaysOnAudioHistoryDescription"> |
218 </span> | 216 </span> |
(...skipping 762 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
981 </button> | 979 </button> |
982 </div> | 980 </div> |
983 </section> | 981 </section> |
984 </div> <!-- advanced-settings-container --> | 982 </div> <!-- advanced-settings-container --> |
985 </div> <!-- advanced-settings --> | 983 </div> <!-- advanced-settings --> |
986 <footer> | 984 <footer> |
987 <a is="action-link" id="advanced-settings-expander" | 985 <a is="action-link" id="advanced-settings-expander" |
988 i18n-content="showAdvancedSettings"></a> | 986 i18n-content="showAdvancedSettings"></a> |
989 </footer> | 987 </footer> |
990 </div> | 988 </div> |
OLD | NEW |