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 463 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
474 <input id="hotword-search-enable" pref="hotword.search_enabled_2" | 474 <input id="hotword-search-enable" pref="hotword.search_enabled_2" |
475 metric="Options_HotwordCheckbox" type="checkbox" dialog-pref> | 475 metric="Options_HotwordCheckbox" type="checkbox" dialog-pref> |
476 <span> | 476 <span> |
477 <span i18n-values=".innerHTML:hotwordSearchEnable"></span> | 477 <span i18n-values=".innerHTML:hotwordSearchEnable"></span> |
478 <span id="hotword-search-setting-indicator" | 478 <span id="hotword-search-setting-indicator" |
479 pref="hotword.search_enabled_2" dialog-pref></span> | 479 pref="hotword.search_enabled_2" dialog-pref></span> |
480 </span> | 480 </span> |
481 </label> | 481 </label> |
482 </div> | 482 </div> |
483 </div> | 483 </div> |
| 484 <if expr="chromeos"> |
| 485 <div id="wake-on-wifi" hidden |
| 486 class="checkbox controlled-setting-with-label"> |
| 487 <label> |
| 488 <input id="wake-on-wifi-checkbox" type="checkbox" |
| 489 metric="Options_WakeOnWifiSsid" |
| 490 pref="settings.internet.wake_on_wifi_ssid"> |
| 491 <span> |
| 492 <span i18n-content="wakeOnWifiLabel"></span> |
| 493 <span id="wake-on-wifi-indicator" |
| 494 class="controlled-setting-indicator" |
| 495 pref="settings.internet.wake_on_wifi_ssid"></span> |
| 496 </span> |
| 497 </label> |
| 498 </div> |
| 499 </if> |
484 </div> | 500 </div> |
485 </section> | 501 </section> |
486 <if expr="chromeos"> | 502 <if expr="chromeos"> |
487 <!-- By default, the bluetooth section is hidden. It is only visible if a | 503 <!-- By default, the bluetooth section is hidden. It is only visible if a |
488 bluetooth adapter is discovered --> | 504 bluetooth adapter is discovered --> |
489 <section id="bluetooth-devices" hidden> | 505 <section id="bluetooth-devices" hidden> |
490 <h3 i18n-content="bluetooth"></h3> | 506 <h3 i18n-content="bluetooth"></h3> |
491 <div id="bluetooth-options-div"> | 507 <div id="bluetooth-options-div"> |
492 <div class="checkbox"> | 508 <div class="checkbox"> |
493 <label> | 509 <label> |
(...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
979 </button> | 995 </button> |
980 </div> | 996 </div> |
981 </section> | 997 </section> |
982 </div> <!-- advanced-settings-container --> | 998 </div> <!-- advanced-settings-container --> |
983 </div> <!-- advanced-settings --> | 999 </div> <!-- advanced-settings --> |
984 <footer> | 1000 <footer> |
985 <a is="action-link" id="advanced-settings-expander" | 1001 <a is="action-link" id="advanced-settings-expander" |
986 i18n-content="showAdvancedSettings"></a> | 1002 i18n-content="showAdvancedSettings"></a> |
987 </footer> | 1003 </footer> |
988 </div> | 1004 </div> |
OLD | NEW |