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 13 matching lines...) Expand all Loading... |
24 <if expr="not pp_ifdef('chromeos')"> | 24 <if expr="not pp_ifdef('chromeos')"> |
25 <include src="startup_section.html"> | 25 <include src="startup_section.html"> |
26 </if> | 26 </if> |
27 <section> | 27 <section> |
28 <h3 i18n-content="sectionTitleAppearance"></h3> | 28 <h3 i18n-content="sectionTitleAppearance"></h3> |
29 <div class="settings-row"> | 29 <div class="settings-row"> |
30 <if expr="pp_ifdef('chromeos')"> | 30 <if expr="pp_ifdef('chromeos')"> |
31 <button id="set-wallpaper" i18n-content="setWallpaper" | 31 <button id="set-wallpaper" i18n-content="setWallpaper" |
32 guest-visibility="disabled"></button> | 32 guest-visibility="disabled"></button> |
33 </if> | 33 </if> |
34 <if expr="not pp_ifdef('toolkit_views') and is_posix and not is_macosx"> | 34 <if expr="not pp_ifdef('chromeos') and is_posix and not is_macosx"> |
35 <button id="themes-gallery" i18n-content="themesGallery"></button> | 35 <button id="themes-gallery" i18n-content="themesGallery"></button> |
36 <button id="themes-GTK-button" | 36 <button id="themes-native-button" |
37 i18n-content="themesGTKButton"></button> | 37 i18n-content="themesNativeButton"></button> |
38 <button id="themes-reset" | 38 <button id="themes-reset" |
39 i18n-content="themesSetClassic"></button> | 39 i18n-content="themesSetClassic"></button> |
40 </if> | 40 </if> |
41 <if expr="pp_ifdef('toolkit_views') or is_win or is_macosx"> | 41 <if expr="pp_ifdef('chromeos') or is_win or is_macosx"> |
42 <button id="themes-gallery" i18n-content="themesGallery"></button> | 42 <button id="themes-gallery" i18n-content="themesGallery"></button> |
43 <button id="themes-reset" i18n-content="themesReset"></button> | 43 <button id="themes-reset" i18n-content="themesReset"></button> |
44 </if> | 44 </if> |
45 </div> | 45 </div> |
46 <div class="checkbox" guest-visibility="disabled"> | 46 <div class="checkbox" guest-visibility="disabled"> |
47 <span class="controlled-setting-with-label"> | 47 <span class="controlled-setting-with-label"> |
48 <input id="show-home-button" type="checkbox" | 48 <input id="show-home-button" type="checkbox" |
49 pref="browser.show_home_button" | 49 pref="browser.show_home_button" |
50 metric="Options_Homepage_HomeButton"> | 50 metric="Options_Homepage_HomeButton"> |
51 <span> | 51 <span> |
(...skipping 706 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 |