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 <if expr="not pp_ifdef('chromeos')"> | 5 <if expr="not pp_ifdef('chromeos')"> |
6 <include src="sync_section.html"> | 6 <include src="sync_section.html"> |
7 </if> | 7 </if> |
8 <if expr="pp_ifdef('chromeos')"> | 8 <if expr="pp_ifdef('chromeos')"> |
9 <section> | 9 <section> |
10 <h3 i18n-content="sectionTitleInternet"></h3> | 10 <h3 i18n-content="sectionTitleInternet"></h3> |
(...skipping 730 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
741 i18n-content="gpuModeCheckbox"> | 741 i18n-content="gpuModeCheckbox"> |
742 </label> | 742 </label> |
743 <span id="gpu-mode-reset-restart" | 743 <span id="gpu-mode-reset-restart" |
744 i18n-values=".innerHTML:gpuModeResetRestart"> | 744 i18n-values=".innerHTML:gpuModeResetRestart"> |
745 </span> | 745 </span> |
746 </span> | 746 </span> |
747 </span> | 747 </span> |
748 </div> | 748 </div> |
749 </section> | 749 </section> |
750 </if> | 750 </if> |
751 <section id="reset-profile-settings-section" hidden> | 751 <section id="reset-profile-settings-section"> |
752 <h3 i18n-content="resetProfileSettingsSectionTitle"></h3> | 752 <h3 i18n-content="resetProfileSettingsSectionTitle"></h3> |
753 <div> | 753 <div> |
754 <span class="settings-row" i18n-content="resetProfileSettingsDescription"> | 754 <span class="settings-row" i18n-content="resetProfileSettingsDescription"> |
755 </span> | 755 </span> |
756 <button id="reset-profile-settings" i18n-content="resetProfileSettings"> | 756 <button id="reset-profile-settings" i18n-content="resetProfileSettings"> |
757 </button> | 757 </button> |
758 </div> | 758 </div> |
759 </section> | 759 </section> |
760 </div> <!-- advanced-settings-container --> | 760 </div> <!-- advanced-settings-container --> |
761 </div> <!-- advanced-settings --> | 761 </div> <!-- advanced-settings --> |
762 <footer> | 762 <footer> |
763 <button id="advanced-settings-expander" class="link-button" | 763 <button id="advanced-settings-expander" class="link-button" |
764 i18n-content="showAdvancedSettings"> | 764 i18n-content="showAdvancedSettings"> |
765 </button> | 765 </button> |
766 </footer> | 766 </footer> |
767 </div> | 767 </div> |
OLD | NEW |