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="automatic_settings_reset_banner.html"> | 5 <include src="automatic_settings_reset_banner.html"> |
6 <if expr="chromeos"> | 6 <if expr="chromeos"> |
7 <include src="secondary_user_banner.html"> | 7 <include src="secondary_user_banner.html"> |
8 <section> | 8 <section> |
9 <div id="network-section-header" class="section-header"> | 9 <div id="network-section-header" class="section-header"> |
10 <h3 i18n-content="sectionTitleInternet"></h3> | 10 <h3 i18n-content="sectionTitleInternet"></h3> |
(...skipping 945 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
956 <button id="reset-profile-settings" i18n-content="resetProfileSettings"> | 956 <button id="reset-profile-settings" i18n-content="resetProfileSettings"> |
957 </button> | 957 </button> |
958 </div> | 958 </div> |
959 </section> | 959 </section> |
960 </div> <!-- advanced-settings-container --> | 960 </div> <!-- advanced-settings-container --> |
961 </div> <!-- advanced-settings --> | 961 </div> <!-- advanced-settings --> |
962 <footer> | 962 <footer> |
963 <button id="advanced-settings-expander" class="link-button" | 963 <button id="advanced-settings-expander" class="link-button" |
964 i18n-content="showAdvancedSettings"> | 964 i18n-content="showAdvancedSettings"> |
965 </button> | 965 </button> |
| 966 <if expr="chromeos"> |
| 967 <button id="version-button" class="link-button" hidden |
| 968 i18n-content="browserVersion"> |
| 969 </button> |
| 970 </if> |
966 </footer> | 971 </footer> |
967 </div> | 972 </div> |
OLD | NEW |