| 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 288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 299 <div id="timezone-value"> | 299 <div id="timezone-value"> |
| 300 <select class="control" | 300 <select class="control" |
| 301 id="timezone-value-select" | 301 id="timezone-value-select" |
| 302 i18n-options="timezoneList" data-type="string" | 302 i18n-options="timezoneList" data-type="string" |
| 303 pref="cros.system.timezone" | 303 pref="cros.system.timezone" |
| 304 aria-labelledby="timezone-value-label" | 304 aria-labelledby="timezone-value-label" |
| 305 metric="Options_TimezoneSelect"></select> | 305 metric="Options_TimezoneSelect"></select> |
| 306 </div> | 306 </div> |
| 307 </div> | 307 </div> |
| 308 <div class="checkbox settings-row"> | 308 <div class="checkbox settings-row"> |
| 309 <label> | |
| 310 <input id="use-24hour-clock" pref="settings.clock.use_24hour_clock" | |
| 311 metric="Options_Use24HourClockCheckbox" type="checkbox"> | |
| 312 <span i18n-content="use24HourClock"></span> | |
| 313 </label> | |
| 314 <div id="resolve-timezone-by-geolocation-selection" hidden> | 309 <div id="resolve-timezone-by-geolocation-selection" hidden> |
| 315 <label> | 310 <label> |
| 316 <input id="resolve-timezone-by-geolocation" | 311 <input id="resolve-timezone-by-geolocation" |
| 317 pref="settings.resolve_timezone_by_geolocation" | 312 pref="settings.resolve_timezone_by_geolocation" |
| 318 metric="Options_ResolveTimezoneByGeoLocation" type="checkbox"> | 313 metric="Options_ResolveTimezoneByGeoLocation" type="checkbox"> |
| 319 <span i18n-content="resolveTimezoneByGeoLocation"></span> | 314 <span i18n-content="resolveTimezoneByGeoLocation"></span> |
| 320 </label> | 315 </label> |
| 321 </div> | 316 </div> |
| 317 <label> |
| 318 <input id="use-24hour-clock" pref="settings.clock.use_24hour_clock" |
| 319 metric="Options_Use24HourClockCheckbox" type="checkbox"> |
| 320 <span i18n-content="use24HourClock"></span> |
| 321 </label> |
| 322 </div> | 322 </div> |
| 323 <div id="time-synced-explanation" class="settings-row" | |
| 324 i18n-content="timeSyncedExplanation"></div> | |
| 325 <div id="set-time" class="settings-row" hidden> | 323 <div id="set-time" class="settings-row" hidden> |
| 326 <button id="set-time-button" | 324 <button id="set-time-button" |
| 327 i18n-content="setTimeButton"></button> | 325 i18n-content="setTimeButton"></button> |
| 328 </div> | 326 </div> |
| 329 </div> | 327 </div> |
| 330 </section> | 328 </section> |
| 331 | 329 |
| 332 <section id="device-control-section" hidden> | 330 <section id="device-control-section" hidden> |
| 333 <h3 i18n-content="deviceControlTitle"></h3> | 331 <h3 i18n-content="deviceControlTitle"></h3> |
| 334 <div id="consumer-management-section"> | 332 <div id="consumer-management-section"> |
| (...skipping 688 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1023 </button> | 1021 </button> |
| 1024 </div> | 1022 </div> |
| 1025 </section> | 1023 </section> |
| 1026 </div> <!-- advanced-settings-container --> | 1024 </div> <!-- advanced-settings-container --> |
| 1027 </div> <!-- advanced-settings --> | 1025 </div> <!-- advanced-settings --> |
| 1028 <footer id="advanced-settings-footer"> | 1026 <footer id="advanced-settings-footer"> |
| 1029 <a is="action-link" id="advanced-settings-expander" | 1027 <a is="action-link" id="advanced-settings-expander" |
| 1030 i18n-content="showAdvancedSettings"></a> | 1028 i18n-content="showAdvancedSettings"></a> |
| 1031 </footer> | 1029 </footer> |
| 1032 </div> | 1030 </div> |
| OLD | NEW |