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 <if expr="not pp_ifdef('chromeos')"> | 7 <if expr="not pp_ifdef('chromeos')"> |
7 <include src="sync_section.html"> | 8 <include src="sync_section.html"> |
8 </if> | 9 </if> |
9 <if expr="pp_ifdef('chromeos')"> | 10 <if expr="pp_ifdef('chromeos')"> |
10 <section> | 11 <section> |
11 <h3 i18n-content="sectionTitleInternet"></h3> | 12 <h3 i18n-content="sectionTitleInternet"></h3> |
12 <div id="network-settings"> | 13 <div id="network-settings"> |
13 <list id="network-list"></list> | 14 <list id="network-list"></list> |
14 <div id="shared-proxies" class="checkbox"> | 15 <div id="shared-proxies" class="checkbox"> |
15 <label> | 16 <label> |
(...skipping 867 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
883 </div> | 884 </div> |
884 </section> | 885 </section> |
885 </div> <!-- advanced-settings-container --> | 886 </div> <!-- advanced-settings-container --> |
886 </div> <!-- advanced-settings --> | 887 </div> <!-- advanced-settings --> |
887 <footer> | 888 <footer> |
888 <button id="advanced-settings-expander" class="link-button" | 889 <button id="advanced-settings-expander" class="link-button" |
889 i18n-content="showAdvancedSettings"> | 890 i18n-content="showAdvancedSettings"> |
890 </button> | 891 </button> |
891 </footer> | 892 </footer> |
892 </div> | 893 </div> |
OLD | NEW |