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 376 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
387 <label> | 387 <label> |
388 <input id="metricsReportingEnabled" type="checkbox"> | 388 <input id="metricsReportingEnabled" type="checkbox"> |
389 <span> | 389 <span> |
390 <span i18n-content="enableLogging"></span> | 390 <span i18n-content="enableLogging"></span> |
391 <span id="metrics-reporting-disabled-icon" | 391 <span id="metrics-reporting-disabled-icon" |
392 class="controlled-setting-indicator"></span> | 392 class="controlled-setting-indicator"></span> |
393 </span> | 393 </span> |
394 </label> | 394 </label> |
395 <span id="metrics-reporting-reset-restart"> | 395 <span id="metrics-reporting-reset-restart"> |
396 <!-- Text filled by JavaScript --> | 396 <!-- Text filled by JavaScript --> |
397 <span></span><a is="action-link" | 397 <span></span><a is="action-link" role="button" |
398 class="standalone-action-link"></a><span></span> | 398 class="standalone-action-link"></a><span></span> |
399 </span> | 399 </span> |
400 </if> | 400 </if> |
401 </div> | 401 </div> |
402 </if> <!-- _google_chrome --> | 402 </if> <!-- _google_chrome --> |
403 <div class="checkbox"> | 403 <div class="checkbox"> |
404 <label> | 404 <label> |
405 <input id="do-not-track-enabled" pref="enable_do_not_track" | 405 <input id="do-not-track-enabled" pref="enable_do_not_track" |
406 metric="Options_DoNotTrackCheckbox" type="checkbox" dialog-pref> | 406 metric="Options_DoNotTrackCheckbox" type="checkbox" dialog-pref> |
407 <span i18n-content="doNotTrack"></span> | 407 <span i18n-content="doNotTrack"></span> |
(...skipping 517 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
925 </button> | 925 </button> |
926 </div> | 926 </div> |
927 </section> | 927 </section> |
928 </div> <!-- advanced-settings-container --> | 928 </div> <!-- advanced-settings-container --> |
929 </div> <!-- advanced-settings --> | 929 </div> <!-- advanced-settings --> |
930 <footer> | 930 <footer> |
931 <a is="action-link" id="advanced-settings-expander" | 931 <a is="action-link" id="advanced-settings-expander" |
932 i18n-content="showAdvancedSettings"></a> | 932 i18n-content="showAdvancedSettings"></a> |
933 </footer> | 933 </footer> |
934 </div> | 934 </div> |
OLD | NEW |