| 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 <span id="browser-options-search-field-container" | 4 <span id="browser-options-search-field-container" |
| 5 class="search-field-container"> | 5 class="search-field-container"> |
| 6 <input id="search-field" type="search" | 6 <input id="search-field" type="search" |
| 7 i18n-values="placeholder:searchPlaceholder; | 7 i18n-values="placeholder:searchPlaceholder; |
| 8 aria-label:searchPlaceholder" incremental> | 8 aria-label:searchPlaceholder" incremental> |
| 9 </span> | 9 </span> |
| 10 </header> | 10 </header> |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 83 i18n-content="startupSetPages"> | 83 i18n-content="startupSetPages"> |
| 84 </button> | 84 </button> |
| 85 </span> | 85 </span> |
| 86 </label> | 86 </label> |
| 87 </div> | 87 </div> |
| 88 </div> | 88 </div> |
| 89 </section> | 89 </section> |
| 90 </if> | 90 </if> |
| 91 <section> | 91 <section> |
| 92 <h3 i18n-content="sectionTitleAppearance"></h3> | 92 <h3 i18n-content="sectionTitleAppearance"></h3> |
| 93 <div> |
| 94 <if expr="pp_ifdef('use_ash')"> |
| 95 <button id="set-wallpaper" i18n-content="setWallpaper" hidden></button> |
| 96 </if> |
| 93 <if expr="not pp_ifdef('toolkit_views') and is_posix and not is_macosx"> | 97 <if expr="not pp_ifdef('toolkit_views') and is_posix and not is_macosx"> |
| 94 <div> | |
| 95 <button id="themes-gallery" i18n-content="themesGallery"></button> | 98 <button id="themes-gallery" i18n-content="themesGallery"></button> |
| 96 <button id="themes-GTK-button" | 99 <button id="themes-GTK-button" |
| 97 i18n-content="themesGTKButton"></button> | 100 i18n-content="themesGTKButton"></button> |
| 98 <button id="themes-reset" | 101 <button id="themes-reset" |
| 99 i18n-content="themesSetClassic"></button> | 102 i18n-content="themesSetClassic"></button> |
| 100 </div> | |
| 101 </if> | 103 </if> |
| 102 <if expr="pp_ifdef('toolkit_views') or is_win or is_macosx"> | 104 <if expr="pp_ifdef('toolkit_views') or is_win or is_macosx"> |
| 103 <div> | |
| 104 <button id="themes-gallery" i18n-content="themesGallery"></button> | 105 <button id="themes-gallery" i18n-content="themesGallery"></button> |
| 105 <button id="themes-reset" i18n-content="themesReset"></button> | 106 <button id="themes-reset" i18n-content="themesReset"></button> |
| 107 </if> |
| 106 </div> | 108 </div> |
| 107 </if> | |
| 108 <div class="settings-row"> | 109 <div class="settings-row"> |
| 109 <span i18n-content="homePage"></span> | 110 <span i18n-content="homePage"></span> |
| 110 <select id="home-page-select"> | 111 <select id="home-page-select"> |
| 111 <option value="none" i18n-content="homePageNone"></option> | 112 <option value="none" i18n-content="homePageNone"></option> |
| 112 <option value="ntp" i18n-content="homePageNtp"></option> | 113 <option value="ntp" i18n-content="homePageNtp"></option> |
| 113 <option dir="ltr" value="url"></option> | 114 <option dir="ltr" value="url"></option> |
| 114 <option value="choose" i18n-content="homePageChoose"></option> | 115 <option value="choose" i18n-content="homePageChoose"></option> |
| 115 </select> | 116 </select> |
| 116 </div> | 117 </div> |
| 117 <div class="checkbox"><label> | 118 <div class="checkbox"><label> |
| (...skipping 515 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 633 </section> | 634 </section> |
| 634 </if> | 635 </if> |
| 635 </div> <!-- advanced-settings-container --> | 636 </div> <!-- advanced-settings-container --> |
| 636 </div> <!-- advanced-settings --> | 637 </div> <!-- advanced-settings --> |
| 637 <footer> | 638 <footer> |
| 638 <button id="advanced-settings-expander" class="link-button" | 639 <button id="advanced-settings-expander" class="link-button" |
| 639 i18n-content="showAdvancedSettings"> | 640 i18n-content="showAdvancedSettings"> |
| 640 </button> | 641 </button> |
| 641 </footer> | 642 </footer> |
| 642 </div> | 643 </div> |
| OLD | NEW |