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 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
291 <div id="timezone-value"> | 291 <div id="timezone-value"> |
292 <select class="control" | 292 <select class="control" |
293 id="timezone-value-select" | 293 id="timezone-value-select" |
294 i18n-options="timezoneList" data-type="string" | 294 i18n-options="timezoneList" data-type="string" |
295 pref="cros.system.timezone" | 295 pref="cros.system.timezone" |
296 aria-labelledby="timezone-value-label" | 296 aria-labelledby="timezone-value-label" |
297 metric="Options_TimezoneSelect"></select> | 297 metric="Options_TimezoneSelect"></select> |
298 </div> | 298 </div> |
299 </div> | 299 </div> |
300 <div class="checkbox settings-row"> | 300 <div class="checkbox settings-row"> |
301 <label> | |
302 <input id="use-24hour-clock" pref="settings.clock.use_24hour_clock" | |
303 metric="Options_Use24HourClockCheckbox" type="checkbox"> | |
304 <span i18n-content="use24HourClock"></span> | |
305 </label> | |
306 <div id="resolve-timezone-by-geolocation-selection" hidden> | 301 <div id="resolve-timezone-by-geolocation-selection" hidden> |
307 <label> | 302 <label> |
308 <input id="resolve-timezone-by-geolocation" | 303 <input id="resolve-timezone-by-geolocation" |
309 pref="settings.resolve_timezone_by_geolocation" | 304 pref="settings.resolve_timezone_by_geolocation" |
310 metric="Options_ResolveTimezoneByGeoLocation" type="checkbox"> | 305 metric="Options_ResolveTimezoneByGeoLocation" type="checkbox"> |
311 <span i18n-content="resolveTimezoneByGeoLocation"></span> | 306 <span i18n-content="resolveTimezoneByGeoLocation"></span> |
312 </label> | 307 </label> |
313 </div> | 308 </div> |
| 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> | 314 </div> |
315 <div id="time-synced-explanation" class="settings-row" | |
316 i18n-content="timeSyncedExplanation"></div> | |
317 <div id="set-time" class="settings-row" hidden> | 315 <div id="set-time" class="settings-row" hidden> |
318 <button id="set-time-button" | 316 <button id="set-time-button" |
319 i18n-content="setTimeButton"></button> | 317 i18n-content="setTimeButton"></button> |
320 </div> | 318 </div> |
321 </div> | 319 </div> |
322 </section> | 320 </section> |
323 | 321 |
324 <section id="device-control-section" hidden> | 322 <section id="device-control-section" hidden> |
325 <h3 i18n-content="deviceControlTitle"></h3> | 323 <h3 i18n-content="deviceControlTitle"></h3> |
326 <div id="consumer-management-section"> | 324 <div id="consumer-management-section"> |
(...skipping 688 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1015 </button> | 1013 </button> |
1016 </div> | 1014 </div> |
1017 </section> | 1015 </section> |
1018 </div> <!-- advanced-settings-container --> | 1016 </div> <!-- advanced-settings-container --> |
1019 </div> <!-- advanced-settings --> | 1017 </div> <!-- advanced-settings --> |
1020 <footer id="advanced-settings-footer"> | 1018 <footer id="advanced-settings-footer"> |
1021 <a is="action-link" id="advanced-settings-expander" | 1019 <a is="action-link" id="advanced-settings-expander" |
1022 i18n-content="showAdvancedSettings"></a> | 1020 i18n-content="showAdvancedSettings"></a> |
1023 </footer> | 1021 </footer> |
1024 </div> | 1022 </div> |
OLD | NEW |