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 521 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
532 </section> | 532 </section> |
533 </if> | 533 </if> |
534 </div> <!-- advanced-settings-container --> | 534 </div> <!-- advanced-settings-container --> |
535 </div> <!-- advanced-settings --> | 535 </div> <!-- advanced-settings --> |
536 <footer> | 536 <footer> |
537 <button id="advanced-settings-expander" class="link-button" | 537 <button id="advanced-settings-expander" class="link-button" |
538 i18n-content="showAdvancedSettings"> | 538 i18n-content="showAdvancedSettings"> |
539 </button> | 539 </button> |
540 </footer> | 540 </footer> |
541 </div> | 541 </div> |
OLD | NEW |