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="automatic_settings_reset_banner.html"> | 6 <include src="automatic_settings_reset_banner.html"> |
6 <if expr="chromeos"> | 7 <if expr="chromeos"> |
7 <include src="secondary_user_banner.html"> | 8 <include src="secondary_user_banner.html"> |
8 <section> | 9 <section> |
9 <div id="network-section-header" class="section-header"> | 10 <div id="network-section-header" class="section-header"> |
10 <h3 i18n-content="sectionTitleInternet"></h3> | 11 <h3 i18n-content="sectionTitleInternet"></h3> |
11 <span class="controlled-setting-indicator" plural></span> | 12 <span class="controlled-setting-indicator" plural></span> |
12 </div> | 13 </div> |
13 <div id="network-settings"> | 14 <div id="network-settings"> |
14 <list id="network-list"></list> | 15 <list id="network-list"></list> |
(...skipping 855 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
870 <button id="advanced-settings-expander" class="link-button" | 871 <button id="advanced-settings-expander" class="link-button" |
871 i18n-content="showAdvancedSettings"> | 872 i18n-content="showAdvancedSettings"> |
872 </button> | 873 </button> |
873 <if expr="chromeos"> | 874 <if expr="chromeos"> |
874 <button id="version-button" class="link-button" hidden | 875 <button id="version-button" class="link-button" hidden |
875 i18n-content="browserVersion"> | 876 i18n-content="browserVersion"> |
876 </button> | 877 </button> |
877 </if> | 878 </if> |
878 </footer> | 879 </footer> |
879 </div> | 880 </div> |
OLD | NEW |