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 943 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
954 i18n-content="gpuModeCheckbox"> | 954 i18n-content="gpuModeCheckbox"> |
955 </label> | 955 </label> |
956 <span id="gpu-mode-reset-restart" | 956 <span id="gpu-mode-reset-restart" |
957 i18n-values=".innerHTML:gpuModeResetRestart"> | 957 i18n-values=".innerHTML:gpuModeResetRestart"> |
958 </span> | 958 </span> |
959 </span> | 959 </span> |
960 </span> | 960 </span> |
961 </div> | 961 </div> |
962 </section> | 962 </section> |
963 </if> | 963 </if> |
964 <section id="reset-profile-settings-section" hidden> | 964 <section id="reset-profile-settings-section"> |
965 <h3 i18n-content="resetProfileSettingsSectionTitle"></h3> | 965 <h3 i18n-content="resetProfileSettingsSectionTitle"></h3> |
966 <div> | 966 <div> |
967 <span class="settings-row" i18n-content="resetProfileSettingsDescription"> | 967 <span class="settings-row" i18n-content="resetProfileSettingsDescription"> |
968 </span> | 968 </span> |
969 <button id="reset-profile-settings" i18n-content="resetProfileSettings"> | 969 <button id="reset-profile-settings" i18n-content="resetProfileSettings"> |
970 </button> | 970 </button> |
971 </div> | 971 </div> |
972 </section> | 972 </section> |
973 </div> <!-- advanced-settings-container --> | 973 </div> <!-- advanced-settings-container --> |
974 </div> <!-- advanced-settings --> | 974 </div> <!-- advanced-settings --> |
975 <footer> | 975 <footer> |
976 <button id="advanced-settings-expander" class="link-button" | 976 <button id="advanced-settings-expander" class="link-button" |
977 i18n-content="showAdvancedSettings"> | 977 i18n-content="showAdvancedSettings"> |
978 </button> | 978 </button> |
979 <if expr="chromeos"> | 979 <if expr="chromeos"> |
980 <button id="version-button" class="link-button" hidden | 980 <button id="version-button" class="link-button" hidden |
981 i18n-content="browserVersion"> | 981 i18n-content="browserVersion"> |
982 </button> | 982 </button> |
983 </if> | 983 </if> |
984 </footer> | 984 </footer> |
985 </div> | 985 </div> |
OLD | NEW |